livepeer: 0.5.14 -> 0.5.15

This commit is contained in:
R. RyanTM 2021-03-17 14:46:12 +00:00
parent 5b3290333a
commit 7720b9d991

View file

@ -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