Merge pull request #254757 from aaronjheng/okteto

okteto: 2.19.2 -> 2.20.0
This commit is contained in:
Mario Rodas 2023-09-13 06:41:16 -05:00 committed by GitHub
commit 033d8e7dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "okteto";
version = "2.19.2";
version = "2.20.0";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
hash = "sha256-kzrjIsyHf/hUo4Axcg97CrIyjeexc2IZ4/bITuUR7NM=";
hash = "sha256-AeZ/pp7zWi8liDu247WXetXK/CurV0GUZ/isVdDF3yQ=";
};
vendorHash = "sha256-u1oMX2ZplmDGx7ePfA5vKHUuDmWYVCJrYh2HQ23dTfU=";