Skip to content

Commit bacee45

Browse files
livepeer: 0.8.1 -> 0.8.3 (#380174)
Co-authored-by: Bot-wxt1221 <[email protected]>
2 parents 9b69e32 + dd768e9 commit bacee45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/livepeer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildGoModule rec {
1212
pname = "livepeer";
13-
version = "0.8.1";
13+
version = "0.8.3";
1414

1515
proxyVendor = true;
16-
vendorHash = "sha256-vNZ2HHMv2cdMcd1xMdwFNIo3lYh3N88o60GfiG4+eAs=";
16+
vendorHash = "sha256-bHlBHoofFBd34tp3Qsefr4Bpo7Zp1xn5F4z8kFtKeWQ=";
1717

1818
src = fetchFromGitHub {
1919
owner = "livepeer";
2020
repo = "go-livepeer";
2121
tag = "v${version}";
22-
hash = "sha256-vJeYlMOJ0/C+IKVx5gqzb8LGwLP1ca9OreCUMryqWKs=";
22+
hash = "sha256-93sy+NX934Dh2vJwYpzlmz69yzbThpAw+eSQsZ1bMd0=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)