livepeer: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-12-12 11:57:33 +00:00
parent 52a2613850
commit 72fd2cf17e

View File

@ -10,16 +10,16 @@
buildGoModule rec { buildGoModule rec {
pname = "livepeer"; pname = "livepeer";
version = "0.8.0"; version = "0.8.1";
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-FCTdPVa10/DUYYuZDLtZsrCXCRoDRfuvnkzhmHJNvrk="; vendorHash = "sha256-vNZ2HHMv2cdMcd1xMdwFNIo3lYh3N88o60GfiG4+eAs=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "livepeer"; owner = "livepeer";
repo = "go-livepeer"; repo = "go-livepeer";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-UVL5y8z62pHi0mLueIp+iBxtzGf57LpGh+Czwg2pV0Q="; hash = "sha256-vJeYlMOJ0/C+IKVx5gqzb8LGwLP1ca9OreCUMryqWKs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [