livepeer: 0.5.12 -> 0.5.13

This commit is contained in:
R. RyanTM 2021-01-22 14:58:37 +00:00
parent ab361e2b8e
commit b9a2dcb8b5

View file

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