okteto: 2.31.0 -> 3.0.0

This commit is contained in:
R. Ryantm 2024-10-04 16:57:07 +00:00
parent 41365241bb
commit 347e5caf9a

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "okteto";
version = "2.31.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
hash = "sha256-YY8PWBEd8MV/k0wvXqyFTuNi3mvUnFNm2GrmrFF7TKQ=";
hash = "sha256-TxZdHR6SNHrIAdrrg3X9TnWCR8bjos93d7k7eaKpvQ8=";
};
vendorHash = "sha256-7XZImCS9hv8ILYfGcoY3tMk0grswWbfpQrBKhghTfsY=";
vendorHash = "sha256-GiA/fmLT9x3gGF066bHTBWDd1yhygeG9snwCpwhOlMM=";
postPatch = ''
# Disable some tests that need file system & network access.