hydron: update vendorSha256
This commit is contained in:
@@ -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; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user