3
0
Fork 0
forked from mirrors/nixpkgs

okteto: 2.9.1 -> 2.10.2

This commit is contained in:
Aaron Jheng 2022-12-14 14:19:32 +00:00
parent f98e6d6290
commit dc8f229412
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.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.