Unverified Commit 552aec32 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #255409 from r-ryantm/auto-update/skaffold

skaffold: 2.7.0 -> 2.7.1
parents 3a4c0180 e6b77b93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "skaffold";
  version = "2.7.0";
  version = "2.7.1";

  src = fetchFromGitHub {
    owner = "GoogleContainerTools";
    repo = "skaffold";
    rev = "v${version}";
    hash = "sha256-uKrHWFyHuGX5dzrEvl7x305QgFOraS0L6J7gAFloUYc=";
    hash = "sha256-szoeGv8U8M4Wai1GFUkgE8Rn+URRrlkZvzMBxCcqvGI=";
  };

  vendorHash = null;