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

owncast: 0.0.12 -> 0.0.13
This commit is contained in:
Mario Rodas 2022-12-01 04:50:54 -05:00 committed by GitHub
commit 91b3acaa4d
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.12";
version = "0.0.13";
src = fetchFromGitHub {
owner = "owncast";
repo = "owncast";
rev = "v${version}";
sha256 = "sha256-i/MxF+8ytpbVzGyRLbfHx7sR2bHEvAYdiwAc5TNrafc=";
sha256 = "sha256-hbZtdJbCB+67KXtApSRAO7Srye+UO0FbilKftQH6ESE=";
};
vendorSha256 = "sha256-sQRNf+eT9JUbYne/3E9LoY0K+c7MlxtIbGmTa3VkHvI=";