Skip to content

Commit

Permalink
Merge pull request #235955 from r-ryantm/auto-update/okteto
Browse files Browse the repository at this point in the history
okteto: 2.16.2 -> 2.16.3
  • Loading branch information
Stunkymonkey committed Jun 4, 2023
2 parents 4b54589 + 3102d77 commit 04ee32b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/okteto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "okteto";
version = "2.16.2";
version = "2.16.3";

src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
hash = "sha256-ehalSPD9yEWL9mm5qjUXWlPIbdEO8StLL2mOZPnB5do=";
hash = "sha256-SbLOrdsBy4rq2wm4tTIfjF61kcXXQQZdOJEclRdASOc=";
};

vendorHash = "sha256-bEAUkTl5O5i2R4oglOWSgWG7OKzOrZo5YDe5TzNlZ3E=";
vendorHash = "sha256-aNXKRP7WFzscDPjZmDTbgKItNEQrRpsq+XiOuggx85w=";

postPatch = ''
# Disable some tests that need file system & network access.
Expand Down

0 comments on commit 04ee32b

Please sign in to comment.