hysteria: switch to go 1.19

This commit is contained in:
zowoq 2022-10-09 10:33:13 +10:00
parent 9e0444931c
commit 27407adae9
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@ buildGoModule rec {
sha256 = "sha256-xL8xRVJdCyaP39TO+cJLAPbdc7WHxgBQMEyxkyhWlA8=";
};
vendorSha256 = "sha256-DxbH0vtNnuOycvUp2TBN2TS9sF6RYVqwfUbVH11HDN8=";
vendorSha256 = "sha256-VCQHkkYmGU0ZPmTuYu2XFa5ezDJ3x7dZGN+Usmq4sOY=";
proxyVendor = true;
ldflags = [

View file

@ -4201,7 +4201,9 @@ with pkgs;
});
};
hysteria = callPackage ../tools/networking/hysteria { };
hysteria = callPackage ../tools/networking/hysteria {
buildGoModule = buildGo119Module;
};
hyx = callPackage ../tools/text/hyx { };