about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-12-22 23:15:35 +0800
committerGitHub <noreply@github.com>2022-12-22 23:15:35 +0800
commit4fc5a8e581569460791c394f2bca4c7801081c81 (patch)
tree7eaf303a13dfd2af284cef08286c87cfbfd615a2
parent6e1b674aa7c54fe99a3c3ff35b7b50b880b66eb2 (diff)
parentdc8f22941241625de7629f997fc4e70ffdfbad06 (diff)
Merge pull request #206084 from aaronjheng/okteto
okteto: 2.9.1 -> 2.10.2
-rw-r--r--pkgs/development/tools/okteto/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/okteto/default.nix b/pkgs/development/tools/okteto/default.nix
index e0313950ebc43..20cfeb8f6918f 100644
--- a/pkgs/development/tools/okteto/default.nix
+++ b/pkgs/development/tools/okteto/default.nix
@@ -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.