Merge pull request #116633 from r-ryantm/auto-update/livepeer
livepeer: 0.5.14 -> 0.5.15
This commit is contained in:
commit
9958860352
@ -4,16 +4,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "livepeer";
|
pname = "livepeer";
|
||||||
version = "0.5.14";
|
version = "0.5.15";
|
||||||
|
|
||||||
runVend = true;
|
runVend = true;
|
||||||
vendorSha256 = "sha256-StkgU11VLEKg89kn3zPcdC8HBw9MmJrfDPGk1SUQO64=";
|
vendorSha256 = "sha256-PhkdbixJDA9Ym4cK5ALIYJgDQnO5GTbZ0XGsVHcvYYQ=";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "livepeer";
|
owner = "livepeer";
|
||||||
repo = "go-livepeer";
|
repo = "go-livepeer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-GxgpGI1ymhbYhzCP2Bs5wJ5kq5rHHkClXcAsYlaQ/AM=";
|
sha256 = "sha256-ZB80QssqN9SBpmYk/QgPRVF88qedmNeUG+EkjxWz4rQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# livepeer_cli has a vendoring problem
|
# livepeer_cli has a vendoring problem
|
||||||
|
Loading…
Reference in New Issue
Block a user