okteto: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2022-07-29 14:03:30 +00:00
parent dfda4ec196
commit 0a79bc129f

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "okteto";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
sha256 = "sha256-jcGnkLut8MlMqdWQxj/M6vQgIf3e7qFv8dJ1j6bEqj8=";
sha256 = "sha256-wplNIh6NBXGiH9r3VL+CRSLZnY80JAhJNuDJNgu+Hy0=";
};
vendorSha256 = "sha256-W1/QBMnMdZWokWSFmHhPqmOu827bpGXS8+GFp5Iu9Ig=";