werf: 1.2.99 -> 1.2.107

https://github.com/werf/werf/releases/tag/v1.2.107
This commit is contained in:
Azat Bahawi 2022-05-28 01:50:58 +03:00
parent f0f03b52fd
commit f39110594e
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B
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

@ -35310,7 +35310,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 {};