okteto: 2.16.2 -> 2.16.3

This commit is contained in:
R. Ryantm 2023-06-04 18:39:30 +00:00
parent 4ae814f720
commit 3102d7713e

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "okteto";
version = "2.16.2";
version = "2.16.3";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
hash = "sha256-ehalSPD9yEWL9mm5qjUXWlPIbdEO8StLL2mOZPnB5do=";
hash = "sha256-SbLOrdsBy4rq2wm4tTIfjF61kcXXQQZdOJEclRdASOc=";
};
vendorHash = "sha256-bEAUkTl5O5i2R4oglOWSgWG7OKzOrZo5YDe5TzNlZ3E=";
vendorHash = "sha256-aNXKRP7WFzscDPjZmDTbgKItNEQrRpsq+XiOuggx85w=";
postPatch = ''
# Disable some tests that need file system & network access.