Skip to content

Commit

Permalink
kluctl: 2.25.1 -> 2.26.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 7f7d07b)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 18, 2024
1 parent d22224e commit a12f09b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/kl/kluctl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@

buildGoModule rec {
pname = "kluctl";
version = "2.25.1";
version = "2.26.0";

src = fetchFromGitHub {
owner = "kluctl";
repo = "kluctl";
rev = "v${version}";
hash = "sha256-EfzMDOIp/dfnpLTnaUkZ1sfGVtQqUgeGyHNiWIwSxQ4=";
hash = "sha256-qtntImc+fiRPMUHVM4A8d2e17zklV47CJ10M9A8oa7k=";
};

subPackages = [ "cmd" ];

vendorHash = "sha256-iE4fPRq2kalP53AO3YaaqbRMH4Cl6XB5UseJmepoW+4=";
vendorHash = "sha256-89VEYX8xBdV36hHNIaRP8JoXTEGXmgzL7iL/Y4+1mzA=";

ldflags = [
"-s"
Expand Down

0 comments on commit a12f09b

Please sign in to comment.