Merge pull request #246131 from NickCao/k3d

k3d: 5.4.4 -> 5.5.1
This commit is contained in:
Nick Cao 2023-07-31 04:08:54 -06:00 committed by GitHub
commit c4147cd272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -15,15 +15,16 @@ let
in
buildGoModule rec {
pname = "k3d";
version = "5.4.4";
version = "5.5.1";
src = fetchFromGitHub {
owner = "k3d-io";
repo = "k3d";
rev = "v${version}";
sha256 = "sha256-3J25Aj/otKDCWJ+YqAsoJogU2vckZMy7fsS8XR2EMgE=";
rev = "refs/tags/v${version}";
hash = "sha256-cXUuWR5ALgCgr1bK/Qpdpo978p3PRL3/H6j1T7DKrT4=";
};
vendorSha256 = null;
vendorHash = null;
nativeBuildInputs = [ installShellFiles ];
@ -54,6 +55,8 @@ buildGoModule rec {
runHook postInstallCheck
'';
env.GOWORK = "off";
meta = with lib; {
homepage = "https://github.com/k3d-io/k3d/";
changelog = "https://github.com/k3d-io/k3d/blob/v${version}/CHANGELOG.md";

View File

@ -41345,9 +41345,7 @@ with pkgs;
dapper = callPackage ../development/tools/dapper { };
k3d = callPackage ../applications/networking/cluster/k3d {
buildGoModule = buildGo118Module; # tests fail with 1.19
};
k3d = callPackage ../applications/networking/cluster/k3d { };
zfs-prune-snapshots = callPackage ../tools/backup/zfs-prune-snapshots { };