mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
livepeer: update vendorSha256
This commit is contained in:
parent
e9577ca64b
commit
b6e20d97fa
@ -7,7 +7,7 @@ buildGoModule rec {
|
||||
version = "0.5.20";
|
||||
|
||||
proxyVendor = true;
|
||||
vendorSha256 = "sha256-pyPxONcWniJoA0qYusHktF3/taYda2StaMiMhyRYEm4=";
|
||||
vendorSha256 = "sha256-aRZoAEnRai8i5H08ReW8lEFlbmarYxU0lBRhR/Llw+M=";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "livepeer";
|
||||
|
@ -21240,7 +21240,9 @@ with pkgs;
|
||||
|
||||
lighttpd = callPackage ../servers/http/lighttpd { };
|
||||
|
||||
livepeer = callPackage ../servers/livepeer { };
|
||||
livepeer = callPackage ../servers/livepeer {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
lwan = callPackage ../servers/http/lwan { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user