Merge pull request #206084 from aaronjheng/okteto

okteto: 2.9.1 -> 2.10.2
This commit is contained in:
Bobby Rong 2022-12-22 23:15:35 +08:00 committed by GitHub
commit 4fc5a8e581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "okteto";
version = "2.9.1";
version = "2.10.2";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
hash = "sha256-kdYuo+xtGvL+PGhDbW5jL3m0jsakxcZ1DE2i3KbmMQc=";
hash = "sha256-0xCT2lfGIhbUNOs1Gaz+I5y7wa9oDWBbS564k3zxigo=";
};
vendorHash = "sha256-/oR8R0/GC6cgCqXinCRH5x93qgRPeQmxHgZZGshrDr4=";
vendorHash = "sha256-Yi+4fGCHLH/kA4DuPI2uQ/27xhMd4cPFkTWlI6Bc13A=";
postPatch = ''
# Disable some tests that need file system & network access.