Skip to content

Commit

Permalink
skaffold: 2.8.0 -> 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 13, 2023
1 parent b0e3e12 commit df6d0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/skaffold/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "skaffold";
version = "2.8.0";
version = "2.9.0";

src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-Ng+JMhGnbZEum+nmuA/omgDhg5U1UpcOZ9+avUZeTK8=";
hash = "sha256-ddb1+h4mcQ1Uu4UvCL4IL4sjEbI70HZ4B/MMsUHbhSk=";
};

vendorHash = null;
Expand Down

0 comments on commit df6d0f8

Please sign in to comment.