Merge pull request #188092 from r-ryantm/auto-update/okteto

okteto: 2.5.3 -> 2.6.0
This commit is contained in:
Bobby Rong 2022-08-24 18:22:13 +08:00 committed by GitHub
commit 8fc1cd28af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "okteto";
version = "2.5.3";
version = "2.6.0";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
sha256 = "sha256-6Iqgj5KPE6oy2mSdTdnlAgVuFafh/INbDsNs+Y4XAcs=";
sha256 = "sha256-leJvrbtKTtHins46YbPm7kTpcFTC5l2idOXEz+oPeZE=";
};
vendorSha256 = "sha256-W1/QBMnMdZWokWSFmHhPqmOu827bpGXS8+GFp5Iu9Ig=";
vendorSha256 = "sha256-Na0t9uxmA7lIRTRp6I+eDHjUbo7YQzbMQfqDZd6T62k=";
postPatch = ''
# Disable some tests that need file system & network access.