Merge pull request #144518 from r-ryantm/auto-update/owncast

owncast: 0.0.9 -> 0.0.10
This commit is contained in:
Bobby Rong 2021-11-06 23:58:14 +08:00 committed by GitHub
commit 9ec27b8748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=";