owncast: 0.0.9 -> 0.0.10

This commit is contained in:
R. Ryantm 2021-11-03 19:13:11 +00:00
parent cbb7455d73
commit 6e7900c2ac

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "owncast";
version = "0.0.9";
version = "0.0.10";
src = fetchFromGitHub {
owner = "owncast";
repo = "owncast";
rev = "v${version}";
sha256 = "sha256-pJb11ifaiamp7P7d/xCwDKfOFufLmDDroUJPnWlTOkI=";
sha256 = "sha256-OcolQ4KnZbSgS1dpphbCML40jlheKAxbac7rjRul6Oc=";
};
vendorSha256 = "sha256-NARHYeOVT7sxfL1BdJc/CPCgHNZzjWE7kACJvrEC71Y=";