okteto: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm 2022-09-16 00:05:38 +00:00 committed by Bobby Rong
parent c0634ad1d4
commit 069eed2611

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "okteto";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
sha256 = "sha256-leJvrbtKTtHins46YbPm7kTpcFTC5l2idOXEz+oPeZE=";
sha256 = "sha256-xAK2gxIMyiC3GEd4As5FrGQqa4f+FiQLZZs4VROSpgQ=";
};
vendorSha256 = "sha256-Na0t9uxmA7lIRTRp6I+eDHjUbo7YQzbMQfqDZd6T62k=";