Skip to content

Commit

Permalink
Merge pull request #331081 from selfuryon/chore/k3d-update
Browse files Browse the repository at this point in the history
k3d: 5.6.0 -> 5.7.2
  • Loading branch information
drupol authored Aug 3, 2024
2 parents c86e3fb + 4929645 commit 7032c4e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/networking/cluster/k3d/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ let
in
buildGoModule rec {
pname = "k3d";
version = "5.6.0";
version = "5.7.2";

src = fetchFromGitHub {
owner = "k3d-io";
repo = "k3d";
rev = "refs/tags/v${version}";
hash = "sha256-KIYwuDPkxhtQy989XW+DcI5NJPhfLP07mYUFc180Sdw=";
hash = "sha256-dZ3G5zucGeFl1ooNJ7mUpgtv99ZZgOk5deHNUtP7vt0=";
};

vendorHash = null;
vendorHash = "sha256-lFmIRtkUiohva2Vtg4AqHaB5McVOWW5+SFShkNqYVZ8=";
deleteVendor = true;

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 7032c4e

Please sign in to comment.