Unverified Commit c4147cd2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #246131 from NickCao/k3d

k3d: 5.4.4 -> 5.5.1
parents 2d698428 21f8c554
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -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";
+1 −3
Original line number Diff line number Diff line
@@ -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 { };