diff options
author | Mario Rodas <marsam@users.noreply.github.com> | 2022-07-22 08:18:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 08:18:03 -0500 |
commit | 50aca1a96a27421067aa1d8cf36a80c42802896b (patch) | |
tree | 45b1d9195240f26453f91a0743f1031b996ed872 /pkgs | |
parent | 8e8f44305802928d0330a7fc76d71a2ab409f701 (diff) | |
parent | a2a60528eb0c1366f3407897053ae7a5e6979b5d (diff) |
Merge pull request #182446 from aaronjheng/okteto
okteto: 2.4.0 -> 2.5.0
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/development/tools/okteto/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/okteto/default.nix b/pkgs/development/tools/okteto/default.nix index ec4974876cb59..1e9ae945200cf 100644 --- a/pkgs/development/tools/okteto/default.nix +++ b/pkgs/development/tools/okteto/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "okteto"; - version = "2.4.0"; + version = "2.5.0"; src = fetchFromGitHub { owner = "okteto"; repo = "okteto"; rev = version; - sha256 = "sha256-+shhY7/chtq4xPwYSlcVgL/RGMNA0ahTCqT9pVQqpG4="; + sha256 = "sha256-jcGnkLut8MlMqdWQxj/M6vQgIf3e7qFv8dJ1j6bEqj8="; }; vendorSha256 = "sha256-W1/QBMnMdZWokWSFmHhPqmOu827bpGXS8+GFp5Iu9Ig="; |