Merge pull request #178193 from aaronjheng/okteto

okteto: 2.3.3 -> 2.4.0
main
Mario Rodas 2 years ago committed by GitHub
commit 8f083f2dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/tools/okteto/default.nix

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "okteto";
version = "2.3.3";
version = "2.4.0";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
sha256 = "sha256-rKhXzmBV59bj/Dj2ORU1ggOohAs56iB15es924pHXp4=";
sha256 = "sha256-+shhY7/chtq4xPwYSlcVgL/RGMNA0ahTCqT9pVQqpG4=";
};
vendorSha256 = "sha256-XT/ZLydN1oeuRupD3gjvY6+hOB/Lq5CQwhfr9/iT7JI=";
vendorSha256 = "sha256-W1/QBMnMdZWokWSFmHhPqmOu827bpGXS8+GFp5Iu9Ig=";
postPatch = ''
# Disable some tests that need file system & network access.

Loading…
Cancel
Save