owncast: 0.0.12 -> 0.0.13

This commit is contained in:
R. Ryantm 2022-11-29 11:08:57 +00:00
parent 26592d9f27
commit 1a14fc4262

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