Merge pull request #209553 from r-ryantm/auto-update/kluctl

kluctl: 2.16.1 -> 2.18.3
This commit is contained in:
Mario Rodas 2023-01-08 08:03:53 -05:00 committed by GitHub
commit 2fdd268513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kluctl";
version = "2.16.1";
version = "2.18.3";
src = fetchFromGitHub {
owner = "kluctl";
repo = "kluctl";
rev = "v${version}";
hash = "sha256-rcwtVhtLc49rD6J3AZFumLQrZuTveE7OY+agufe/4MQ=";
hash = "sha256-vlNFIxhytgRtECj42Xng+j69JPciID26g1q8w9K14xY=";
};
vendorHash = "sha256-IC+sjctDqd0lQD5labl+UYWsRiptQKSjSHYf2SGkp14=";
vendorHash = "sha256-JpAQ8tyGJXOUH13uHHCtaYd/jbqZ8zZNCNq7ddPf6U8=";
ldflags = [ "-s" "-w" "-X main.version=v${version}" ];