werf: 1.2.117 -> 1.2.120

authored by Azat Bahawi and committed by superherointj aeb97834 0e60ec3f

+10 -3
+10 -3
pkgs/applications/networking/cluster/werf/default.nix
··· 5 , installShellFiles 6 , btrfs-progs 7 , glibc 8 }: 9 10 buildGoModule rec { 11 pname = "werf"; 12 - version = "1.2.117"; 13 14 src = fetchFromGitHub { 15 owner = "werf"; 16 repo = "werf"; 17 rev = "v${version}"; 18 - sha256 = "sha256-bh+4Z4+BU1exOv113ScIw9VsGM+jRireyb9lArg/Zg4="; 19 }; 20 21 - vendorSha256 = "sha256-cW9sjMRLslEhgyI5Z7ypUtGgzCDASQ4m9yr6DoQKoz8="; 22 23 proxyVendor = true; 24 ··· 56 --bash <($out/bin/werf completion --shell=bash) \ 57 --zsh <($out/bin/werf completion --shell=zsh) 58 ''; 59 60 meta = with lib; { 61 description = "GitOps delivery tool";
··· 5 , installShellFiles 6 , btrfs-progs 7 , glibc 8 + , gitUpdater 9 }: 10 11 buildGoModule rec { 12 pname = "werf"; 13 + version = "1.2.120"; 14 15 src = fetchFromGitHub { 16 owner = "werf"; 17 repo = "werf"; 18 rev = "v${version}"; 19 + sha256 = "sha256-Yy3nZGeEiolZawzvZCHM6vZje+eexbbsZN9lHJaDYwM="; 20 }; 21 22 + vendorSha256 = "sha256-OqDiq2+XysHhmw8oI1eyCL0358Ii0f0FyMLJ9JgyULc="; 23 24 proxyVendor = true; 25 ··· 57 --bash <($out/bin/werf completion --shell=bash) \ 58 --zsh <($out/bin/werf completion --shell=zsh) 59 ''; 60 + 61 + passthru.updateScript = gitUpdater { 62 + inherit pname version; 63 + ignoredVersions = "1\.[3-9].*"; 64 + rev-prefix = "v"; 65 + }; 66 67 meta = with lib; { 68 description = "GitOps delivery tool";