livepeer: 0.5.12 -> 0.5.13
This commit is contained in:
parent
ab361e2b8e
commit
b9a2dcb8b5
@ -4,16 +4,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "livepeer";
|
pname = "livepeer";
|
||||||
version = "0.5.12";
|
version = "0.5.13";
|
||||||
|
|
||||||
runVend = true;
|
runVend = true;
|
||||||
vendorSha256 = "13cgwpf3v4vlvb0mgdxsdybpghx1cp3fzkdwmq8b193a8dcl8s63";
|
vendorSha256 = "sha256-wAjGgYDyBWqE8KCQ6TQ+LGDDZqF+5XY+NzU74RwPuRE=";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "livepeer";
|
owner = "livepeer";
|
||||||
repo = "go-livepeer";
|
repo = "go-livepeer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "15gx6pd6zn40x60p07dyaf1ydxvrg372lk3djp302mph8y0ijqfg";
|
sha256 = "sha256-b4O8Hc8A8TN5KFcQ7KYvFPVFgposDgPw06WowrXzpAs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# livepeer_cli has a vendoring problem
|
# livepeer_cli has a vendoring problem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user