Skip to content

Commit

Permalink
Update skaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
nguni52 committed Feb 24, 2025
1 parent 837d476 commit 5fe8477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui-tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ let
};

skaffold = nixpkgs.stdenv.mkDerivation rec {
version = "1.36.1"; # Updated version
version = "2.13.0"; # Updated version
pname = "skaffold";
src = builtins.fetchurl {
url = "https://github.com/GoogleContainerTools/skaffold/releases/download/v1.36.0/skaffold-linux-amd64"; # Updated URL
url = "https://github.com/GoogleContainerTools/skaffold/releases/download/v2.13.0/skaffold-linux-amd64"; # Updated URL
sha256 = "14e5545d5d9b69e3eff1fbfacaf5a9f5e8f33ceca4392bceb81eb27c69966c1a";
};
dontUnpack = true;
Expand Down

0 comments on commit 5fe8477

Please sign in to comment.