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

kluctl: 2.25.0 -> 2.25.1
This commit is contained in:
Nikolay Korotkiy 2024-07-23 00:08:59 +04:00 committed by GitHub
commit 7b8ec472e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "kluctl";
version = "2.25.0";
version = "2.25.1";
src = fetchFromGitHub {
owner = "kluctl";
repo = "kluctl";
rev = "v${version}";
hash = "sha256-WtTBkc9mop+bfMcVLI8k4Bqmift5JG9riF+QbDeiR9c=";
hash = "sha256-EfzMDOIp/dfnpLTnaUkZ1sfGVtQqUgeGyHNiWIwSxQ4=";
};
subPackages = [ "cmd" ];
vendorHash = "sha256-TckT39wQn4dclcYSfxootv1Lw5+iYxY6/wwdUc1+Z6s=";
vendorHash = "sha256-iE4fPRq2kalP53AO3YaaqbRMH4Cl6XB5UseJmepoW+4=";
ldflags = [ "-s" "-w" "-X main.version=v${version}" ];

View File

@ -9416,8 +9416,6 @@ with pkgs;
jdk = jdk11;
};
kluctl = callPackage ../applications/networking/cluster/kluctl { };
kibi = callPackage ../applications/editors/kibi { };
kio-fuse = libsForQt5.callPackage ../tools/filesystems/kio-fuse { };