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

livepeer: 0.5.10 -> 0.5.11
This commit is contained in:
Ryan Mulligan 2020-10-25 18:04:40 -07:00 committed by GitHub
commit b7bb3aa602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,16 +4,16 @@
buildGoModule rec { buildGoModule rec {
pname = "livepeer"; pname = "livepeer";
version = "0.5.10"; version = "0.5.11";
runVend = true; runVend = true;
vendorSha256 = "0i5977skw4b209zvdvgvzfnhqb574067mmfk2gf9y590lgnr86f7"; vendorSha256 = "13cgwpf3v4vlvb0mgdxsdybpghx1cp3fzkdwmq8b193a8dcl8s63";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "livepeer"; owner = "livepeer";
repo = "go-livepeer"; repo = "go-livepeer";
rev = "v${version}"; rev = "v${version}";
sha256 = "0qccvnk2yyly7ha9lkcpd6zj5n9xnhdjkl3nllb9xziidsq6p65h"; sha256 = "12vbnl74z6jk77bnws8a5z5n7bnhkbb4ngzxfir5l3g9zrpsc5p3";
}; };
# livepeer_cli has a vendoring problem # livepeer_cli has a vendoring problem