Merge pull request #101680 from r-ryantm/auto-update/livepeer
livepeer: 0.5.10 -> 0.5.11
This commit is contained in:
commit
b7bb3aa602
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "livepeer";
|
||||
version = "0.5.10";
|
||||
version = "0.5.11";
|
||||
|
||||
runVend = true;
|
||||
vendorSha256 = "0i5977skw4b209zvdvgvzfnhqb574067mmfk2gf9y590lgnr86f7";
|
||||
vendorSha256 = "13cgwpf3v4vlvb0mgdxsdybpghx1cp3fzkdwmq8b193a8dcl8s63";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "livepeer";
|
||||
repo = "go-livepeer";
|
||||
rev = "v${version}";
|
||||
sha256 = "0qccvnk2yyly7ha9lkcpd6zj5n9xnhdjkl3nllb9xziidsq6p65h";
|
||||
sha256 = "12vbnl74z6jk77bnws8a5z5n7bnhkbb4ngzxfir5l3g9zrpsc5p3";
|
||||
};
|
||||
|
||||
# livepeer_cli has a vendoring problem
|
||||
|
|
Loading…
Reference in a new issue