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

kubectl-klock: 0.8.4 -> 0.9.0 (#512889)

parents 098bec5a 07a3eef2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildGoModule (finalAttrs: {
  pname = "kubectl-klock";
  version = "0.8.4";
  version = "0.9.0";

  nativeBuildInputs = [ makeWrapper ];

@@ -15,7 +15,7 @@ buildGoModule (finalAttrs: {
    owner = "applejag";
    repo = "kubectl-klock";
    rev = "v${finalAttrs.version}";
    hash = "sha256-xfoYK8Ex+gdWPJVARYlGRtZl1Yi63h72bLDJgqUJe3Q=";
    hash = "sha256-omnDAhLhI8UoqZtY2d0cjhH38V57tcOIePGKOM+HzHI=";
  };

  ldflags = [
@@ -24,7 +24,7 @@ buildGoModule (finalAttrs: {
    "-X main.version=${finalAttrs.version}"
  ];

  vendorHash = "sha256-WiVwRc92xYhk8dBNmYDfrZF0bP61dJJbqWFTFQV7lwg=";
  vendorHash = "sha256-f9qru/YrtCP+B43/gwMx4WmiqhuK9weKqj3aAt72yBw=";

  postInstall = ''
    makeWrapper $out/bin/kubectl-klock $out/bin/kubectl_complete-klock --add-flags __complete