mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 06:36:43 +00:00
hydron: update vendorSha256
This commit is contained in:
parent
b6e20d97fa
commit
7e1f70680d
|
@ -13,7 +13,7 @@ buildGoModule rec {
|
|||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
vendorSha256 = "sha256-TxeHfO5IUVsKmKZ1e0/KXi+6dk2nn6AoNG0eB3jyGkY=";
|
||||
vendorSha256 = "sha256-hvmIOCqVZTfV7EnkDUWiChynGkwTpHClMbW4LpbdAgo=";
|
||||
proxyVendor = true;
|
||||
|
||||
buildInputs = [ ffmpeg ];
|
||||
|
|
|
@ -21172,7 +21172,9 @@ with pkgs;
|
|||
|
||||
https-dns-proxy = callPackage ../servers/dns/https-dns-proxy { };
|
||||
|
||||
hydron = callPackage ../servers/hydron { };
|
||||
hydron = callPackage ../servers/hydron {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
hyprspace = callPackage ../applications/networking/hyprspace { inherit (darwin) iproute2mac; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue