Merge pull request #270237 from mgdelacroix/update-owncast-012
owncast: 0.1.1 -> 0.1.2
This commit is contained in:
commit
b1aadc36ba
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "0.1.1";
|
||||
version = "0.1.2";
|
||||
in buildGoModule {
|
||||
pname = "owncast";
|
||||
inherit version;
|
||||
|
@ -17,9 +17,9 @@ in buildGoModule {
|
|||
owner = "owncast";
|
||||
repo = "owncast";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-nBTuvVVnFlC75p8bRCN+lNl9fExBZrsLEesvXWwNlAQ=";
|
||||
hash = "sha256-pPBY2PcXe3k9G6kjj/vF5VB6DEmiwKDUrK4VGR4xNzU=";
|
||||
};
|
||||
vendorHash = "sha256-yjy5bDJjWk7UotBVqvVFiGx8mpfhpqMTxoQm/eWHcw4=";
|
||||
vendorHash = "sha256-7HxiZh5X5AZVMiZT6B8DfOy6stJ3+dFEixwJYv5X0dY=";
|
||||
|
||||
propagatedBuildInputs = [ ffmpeg ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue