Merge pull request #163013 from r-ryantm/auto-update/owncast
owncast: 0.0.10 -> 0.0.11
This commit is contained in:
commit
82d49b21da
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "owncast";
|
pname = "owncast";
|
||||||
version = "0.0.10";
|
version = "0.0.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "owncast";
|
owner = "owncast";
|
||||||
repo = "owncast";
|
repo = "owncast";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-OcolQ4KnZbSgS1dpphbCML40jlheKAxbac7rjRul6Oc=";
|
sha256 = "sha256-SVe7CH+qx3hFZ/cay6Hh5+vx0ncHACiNSM6k7fCDH18=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-NARHYeOVT7sxfL1BdJc/CPCgHNZzjWE7kACJvrEC71Y=";
|
vendorSha256 = "sha256-19FTfUCG1omk5y1HC2yb7/0CM2x6k5BGSM+sZwlKrxY=";
|
||||||
|
|
||||||
propagatedBuildInputs = [ ffmpeg ];
|
propagatedBuildInputs = [ ffmpeg ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue