Skip to content

Commit

Permalink
Replace with correct sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
nguni52 committed Feb 24, 2025
1 parent 3c83d09 commit 9a43ea9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui-tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ let
};

skaffold = nixpkgs.stdenv.mkDerivation rec {
version = "1.35.0"; # Updated version
version = "1.36.1"; # Updated version
pname = "skaffold";
src = builtins.fetchurl {
url = "https://github.com/GoogleContainerTools/skaffold/releases/download/v1.35.0/skaffold-linux-amd64"; # Updated URL
sha256 = "0v8x4k5z6v8x4k5z6v8x4k5z6v8x4k5z6v8x4k5z6v8x4k5z"; # Replace with the correct SHA256
url = "https://github.com/GoogleContainerTools/skaffold/releases/download/v1.36.0/skaffold-linux-amd64"; # Updated URL
sha256 = "14e5545d5d9b69e3eff1fbfacaf5a9f5e8f33ceca4392bceb81eb27c69966c1a";
};
dontUnpack = true;
installPhase = ''
Expand Down

0 comments on commit 9a43ea9

Please sign in to comment.