owncast: 0.0.9 -> 0.0.10
This commit is contained in:
parent
cbb7455d73
commit
6e7900c2ac
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "owncast";
|
pname = "owncast";
|
||||||
version = "0.0.9";
|
version = "0.0.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "owncast";
|
owner = "owncast";
|
||||||
repo = "owncast";
|
repo = "owncast";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-pJb11ifaiamp7P7d/xCwDKfOFufLmDDroUJPnWlTOkI=";
|
sha256 = "sha256-OcolQ4KnZbSgS1dpphbCML40jlheKAxbac7rjRul6Oc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-NARHYeOVT7sxfL1BdJc/CPCgHNZzjWE7kACJvrEC71Y=";
|
vendorSha256 = "sha256-NARHYeOVT7sxfL1BdJc/CPCgHNZzjWE7kACJvrEC71Y=";
|
||||||
|
Loading…
Reference in New Issue
Block a user