Skip to content

Commit

Permalink
okteto: 3.2.2 -> 3.3.0 (NixOS#372542)
Browse files Browse the repository at this point in the history
Co-authored-by: aaronjheng <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and aaronjheng authored Jan 10, 2025
2 parents 5c4767a + 3150eb6 commit b2350e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ok/okteto/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b2350e7

Please sign in to comment.