okteto: 3.2.2 -> 3.3.0 (#372542)

Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-10 22:25:45 +00:00
committed by GitHub
co-authored by aaronjheng
+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.