Skip to content

Commit

Permalink
Merge pull request NixOS#265016 from netthier/update-kluctl
Browse files Browse the repository at this point in the history
kluctl: 2.20.8 -> 2.22.1
  • Loading branch information
sikmir authored Nov 8, 2023
2 parents 52b5787 + 8c4cf09 commit 3714f48
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/networking/cluster/kluctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

buildGoModule rec {
pname = "kluctl";
version = "2.20.8";
version = "2.22.1";

src = fetchFromGitHub {
owner = "kluctl";
repo = "kluctl";
rev = "v${version}";
hash = "sha256-F4vEHzN44+d0EtfJukEq5WVm8aLVWqmT5Xcpa/DBPng=";
hash = "sha256-s7ADEWy3wx2hGeJzfXPVSBv+bAOoOQPsF75Sq02T/AI=";
};

vendorHash = "sha256-x5Zy8H7DzxU+uBCUL6edv8x2LwiIjXl5UrRUMDtUEk8=";
subPackages = [ "cmd" ];

vendorHash = "sha256-EEOVd15f1SK8InSIG+TuVwWibkf+ePJ5AGZpiMD+RaQ=";

ldflags = [ "-s" "-w" "-X main.version=v${version}" ];

Expand Down

0 comments on commit 3714f48

Please sign in to comment.