Merge pull request #331081 from selfuryon/chore/k3d-update

k3d: 5.6.0 -> 5.7.2
This commit is contained in:
Pol Dellaiera 2024-08-03 21:34:43 +02:00 committed by GitHub
commit 7032c4e84f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];