We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b69e32 + dd768e9 commit bacee45Copy full SHA for bacee45
pkgs/by-name/li/livepeer/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "livepeer";
13
- version = "0.8.1";
+ version = "0.8.3";
14
15
proxyVendor = true;
16
- vendorHash = "sha256-vNZ2HHMv2cdMcd1xMdwFNIo3lYh3N88o60GfiG4+eAs=";
+ vendorHash = "sha256-bHlBHoofFBd34tp3Qsefr4Bpo7Zp1xn5F4z8kFtKeWQ=";
17
18
src = fetchFromGitHub {
19
owner = "livepeer";
20
repo = "go-livepeer";
21
tag = "v${version}";
22
- hash = "sha256-vJeYlMOJ0/C+IKVx5gqzb8LGwLP1ca9OreCUMryqWKs=";
+ hash = "sha256-93sy+NX934Dh2vJwYpzlmz69yzbThpAw+eSQsZ1bMd0=";
23
};
24
25
nativeBuildInputs = [
0 commit comments