3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #112152 from r-ryantm/auto-update/livepeer

livepeer: 0.5.13 -> 0.5.14
This commit is contained in:
Mario Rodas 2021-02-08 20:21:34 -05:00 committed by GitHub
commit 1039b743bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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