Skip to content

Commit

Permalink
Merge pull request #302439 from pbsds/bump-owncast-1712526626
Browse files Browse the repository at this point in the history
owncast: 0.1.2 -> 0.1.3
  • Loading branch information
Mic92 authored Apr 10, 2024
2 parents 060f38f + 9fcda44 commit 54e3496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/owncast/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
}:

let
version = "0.1.2";
version = "0.1.3";
in buildGoModule {
pname = "owncast";
inherit version;
src = fetchFromGitHub {
owner = "owncast";
repo = "owncast";
rev = "v${version}";
hash = "sha256-pPBY2PcXe3k9G6kjj/vF5VB6DEmiwKDUrK4VGR4xNzU=";
hash = "sha256-VoItAV/8hzrqj4bIgMum9Drr/kAafH63vXw3GO6nSOc=";
};
vendorHash = "sha256-7HxiZh5X5AZVMiZT6B8DfOy6stJ3+dFEixwJYv5X0dY=";
vendorHash = "sha256-JitvKfCLSravW5WRE0QllJTrRPLaaBg1GxJi3kmtiIU=";

propagatedBuildInputs = [ ffmpeg ];

Expand Down

0 comments on commit 54e3496

Please sign in to comment.