Skip to content

Commit

Permalink
okteto: 2.5.3 -> 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 23, 2022
1 parent 6895427 commit ad70d5e
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.5.3";
version = "2.6.0";

src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
sha256 = "sha256-6Iqgj5KPE6oy2mSdTdnlAgVuFafh/INbDsNs+Y4XAcs=";
sha256 = "sha256-leJvrbtKTtHins46YbPm7kTpcFTC5l2idOXEz+oPeZE=";
};

vendorSha256 = "sha256-W1/QBMnMdZWokWSFmHhPqmOu827bpGXS8+GFp5Iu9Ig=";
vendorSha256 = "sha256-Na0t9uxmA7lIRTRp6I+eDHjUbo7YQzbMQfqDZd6T62k=";

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

0 comments on commit ad70d5e

Please sign in to comment.