Merge pull request #182313 from azahi/werf

werf: 1.2.128 -> 1.2.138
This commit is contained in:
Sandro 2022-07-23 23:10:27 +02:00 committed by GitHub
commit 91dbe56601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,21 +5,22 @@
, installShellFiles
, btrfs-progs
, glibc
, gitUpdater
, testers
, werf
}:
buildGoModule rec {
pname = "werf";
version = "1.2.128";
version = "1.2.138";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-H1GzIxj6ZrlcNM4Y0oKYoVBsMFj4wYP9XYicAmIpaik=";
sha256 = "sha256-gRMPTw/PzAE/kij4dq9ph/1Iz/a+fEsT5HSogC5EDFE=";
};
vendorSha256 = "sha256-78V+cw0A3Q3Gagl4KrserFXvV17MSqhpaFG38VKwhKg=";
vendorSha256 = "sha256-6/XiTgAQ3M3ge/b7uEFD0K+3kd7I2yqZJjgPVXP+uQ0=";
proxyVendor = true;
@ -58,10 +59,10 @@ buildGoModule rec {
--zsh <($out/bin/werf completion --shell=zsh)
'';
passthru.updateScript = gitUpdater {
inherit pname version;
ignoredVersions = "1\.[3-9].*";
rev-prefix = "v";
passthru.tests.version = testers.testVersion {
package = werf;
command = "werf version";
version = "v${version}";
};
meta = with lib; {