okteto: 2.18.3 -> 2.19.0

This commit is contained in:
Aaron Jheng 2023-08-16 23:42:38 +08:00
parent 15200d6689
commit 5bbfcd3267
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "okteto";
version = "2.18.3";
version = "2.19.0";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
hash = "sha256-ZSrTVfZfIzfeXr6SDKHZZYrqvGKYA6bwMXZ4fBP+2Uo=";
hash = "sha256-cjdSJNhGP0YCent3r5GG1AhfWGbML46JAremXIwXMDY=";
};
vendorHash = "sha256-ruDXfDwVmMLFsIF+YV4CryEPSeU2cEul9FfRiApII9g=";
vendorHash = "sha256-u1oMX2ZplmDGx7ePfA5vKHUuDmWYVCJrYh2HQ23dTfU=";
postPatch = ''
# Disable some tests that need file system & network access.