Merge pull request #175033 from azahi/werf-12107

werf: 1.2.99 -> 1.2.107
This commit is contained in:
Sandro 2022-05-30 23:40:56 +02:00 committed by GitHub
commit 2b41077072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -12,15 +12,15 @@
buildGoModule rec {
pname = "werf";
version = "1.2.99";
version = "1.2.107";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-D9NwVZGB0UV0tRe927GpxHzdvAeqcRJOYfocbbj6BRM=";
sha256 = "sha256-a66BN8thTEKrXCOXpYIlbQnlA0VYEomQrc/m87qn6j4=";
};
vendorSha256 = "sha256-ZMSTl9WFTF5x+tiQZ37ihVrOuLS0W5PjyXbbzyHJNsI=";
vendorSha256 = "sha256-NwrkjeDicp4fmeviTCSs9lSg33Cgpv8tBdm84RJz/gQ=";
proxyVendor = true;
nativeBuildInputs = [ installShellFiles pkg-config ];

View File

@ -35331,7 +35331,9 @@ with pkgs;
webwormhole = callPackage ../tools/networking/webwormhole { };
werf = callPackage ../applications/networking/cluster/werf { };
werf = callPackage ../applications/networking/cluster/werf {
buildGoModule = buildGo118Module;
};
wifi-password = callPackage ../os-specific/darwin/wifi-password {};