okteto: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm 2022-10-18 18:23:43 +00:00
parent 87c6a9a57c
commit 749115d59a

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "okteto";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
sha256 = "sha256-xAK2gxIMyiC3GEd4As5FrGQqa4f+FiQLZZs4VROSpgQ=";
sha256 = "sha256-7M/axnl6K3yrfNwdp3gkKE3c0m0zgDfW8FV7BixIxBM=";
};
vendorSha256 = "sha256-Na0t9uxmA7lIRTRp6I+eDHjUbo7YQzbMQfqDZd6T62k=";
vendorSha256 = "sha256-/oR8R0/GC6cgCqXinCRH5x93qgRPeQmxHgZZGshrDr4=";
postPatch = ''
# Disable some tests that need file system & network access.