mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
hysteria: switch to go 1.19
This commit is contained in:
parent
9e0444931c
commit
27407adae9
@ -13,7 +13,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-xL8xRVJdCyaP39TO+cJLAPbdc7WHxgBQMEyxkyhWlA8=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-DxbH0vtNnuOycvUp2TBN2TS9sF6RYVqwfUbVH11HDN8=";
|
||||
vendorSha256 = "sha256-VCQHkkYmGU0ZPmTuYu2XFa5ezDJ3x7dZGN+Usmq4sOY=";
|
||||
proxyVendor = true;
|
||||
|
||||
ldflags = [
|
||||
|
@ -4201,7 +4201,9 @@ with pkgs;
|
||||
});
|
||||
};
|
||||
|
||||
hysteria = callPackage ../tools/networking/hysteria { };
|
||||
hysteria = callPackage ../tools/networking/hysteria {
|
||||
buildGoModule = buildGo119Module;
|
||||
};
|
||||
|
||||
hyx = callPackage ../tools/text/hyx { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user