werf: switch to go 1.19
This commit is contained in:
@@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
hash = "sha256-hvMDQlWlAy7gRiSJMt2qAtBpYEbfhGS/DZeQK5ueHYA=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-ZZh6vKbipp/JmDiB2ELKCFuRUDetmA3+WG7o6ZIQXZk=";
|
||||
vendorHash = "sha256-4QVLxvprm27Bv/ZFgxTtqZcSAWak1e+G8s+heW1JZnA=";
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
|
||||
@@ -37387,7 +37387,9 @@ with pkgs;
|
||||
|
||||
webwormhole = callPackage ../tools/networking/webwormhole { };
|
||||
|
||||
werf = callPackage ../applications/networking/cluster/werf { };
|
||||
werf = callPackage ../applications/networking/cluster/werf {
|
||||
buildGoModule = buildGo119Module;
|
||||
};
|
||||
|
||||
wifi-password = callPackage ../os-specific/darwin/wifi-password {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user