livepeer: 0.5.13 -> 0.5.14

This commit is contained in:
R. RyanTM 2021-02-06 14:32:01 +00:00
parent 671fd3a3c1
commit e4b065e505

View File

@ -4,16 +4,16 @@
buildGoModule rec { buildGoModule rec {
pname = "livepeer"; pname = "livepeer";
version = "0.5.13"; version = "0.5.14";
runVend = true; runVend = true;
vendorSha256 = "sha256-wAjGgYDyBWqE8KCQ6TQ+LGDDZqF+5XY+NzU74RwPuRE="; vendorSha256 = "sha256-StkgU11VLEKg89kn3zPcdC8HBw9MmJrfDPGk1SUQO64=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "livepeer"; owner = "livepeer";
repo = "go-livepeer"; repo = "go-livepeer";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-b4O8Hc8A8TN5KFcQ7KYvFPVFgposDgPw06WowrXzpAs="; sha256 = "sha256-GxgpGI1ymhbYhzCP2Bs5wJ5kq5rHHkClXcAsYlaQ/AM=";
}; };
# livepeer_cli has a vendoring problem # livepeer_cli has a vendoring problem