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