hydron: update vendorSha256

This commit is contained in:
zowoq
2022-01-31 06:31:22 +10:00
parent b6e20d97fa
commit 7e1f70680d
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config ];
vendorSha256 = "sha256-TxeHfO5IUVsKmKZ1e0/KXi+6dk2nn6AoNG0eB3jyGkY=";
vendorSha256 = "sha256-hvmIOCqVZTfV7EnkDUWiChynGkwTpHClMbW4LpbdAgo=";
proxyVendor = true;
buildInputs = [ ffmpeg ];
+3 -1
View File
@@ -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; };