forked from mirrors/nixpkgs
livepeer: update vendorSha256
This commit is contained in:
parent
e9577ca64b
commit
b6e20d97fa
|
@ -7,7 +7,7 @@ buildGoModule rec {
|
||||||
version = "0.5.20";
|
version = "0.5.20";
|
||||||
|
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
vendorSha256 = "sha256-pyPxONcWniJoA0qYusHktF3/taYda2StaMiMhyRYEm4=";
|
vendorSha256 = "sha256-aRZoAEnRai8i5H08ReW8lEFlbmarYxU0lBRhR/Llw+M=";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "livepeer";
|
owner = "livepeer";
|
||||||
|
|
|
@ -21240,7 +21240,9 @@ with pkgs;
|
||||||
|
|
||||||
lighttpd = callPackage ../servers/http/lighttpd { };
|
lighttpd = callPackage ../servers/http/lighttpd { };
|
||||||
|
|
||||||
livepeer = callPackage ../servers/livepeer { };
|
livepeer = callPackage ../servers/livepeer {
|
||||||
|
buildGoModule = buildGo117Module;
|
||||||
|
};
|
||||||
|
|
||||||
lwan = callPackage ../servers/http/lwan { };
|
lwan = callPackage ../servers/http/lwan { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue