okteto: 2.5.3 -> 2.6.0

This commit is contained in:
R. Ryantm 2022-08-23 21:40:14 +00:00
parent 6895427d34
commit ad70d5e0ba

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.