okteto: 3.2.2 -> 3.3.0

This commit is contained in:
R. Ryantm
2025-01-10 02:59:24 +00:00
parent ca65057835
commit 3150eb6fba
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "okteto";
version = "3.2.2";
version = "3.3.0";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
hash = "sha256-NN6Y+QkER5Bs9vy09Y4Dl4LoK3HkCJ04vCe5ectFUok=";
hash = "sha256-0CMCP2ib0MEYJlbDPrbyKYw0yEzxnSx3WlO0iL+D3M0=";
};
vendorHash = "sha256-/V95521PFvLACuXVjqsW3TEHHGQYKY8CSAOZ6FwuR0k=";
vendorHash = "sha256-4fw3Qc1VPrPFVtQNtCRW6RqPqV7aF+t9GQDL/sCqNvw=";
postPatch = ''
# Disable some tests that need file system & network access.