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

Merge pull request #296115 from r-ryantm/auto-update/kubectl-validate

kubectl-validate: 0.0.1 -> 0.0.3
parents 8f46c5ed 16f76f17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
, nix-update-script
}:
let
  version = "0.0.1";
  version = "0.0.3";
in
buildGoModule {
  inherit version;
@@ -14,7 +14,7 @@ buildGoModule {
    owner = "kubernetes-sigs";
    repo = "kubectl-validate";
    rev = "v${version}";
    hash = "sha256-0lwN+3Cy7O9kX9dh8PjxmvdyKSZhBxcxy+b+ZtuDZaw=";
    hash = "sha256-k2+2QIPjNw6C/Do1WhPN39VZhZX4PZ6ZsKDKGJ9E5QA=";
  };

  vendorHash = null;