Merge pull request #196948 from r-ryantm/auto-update/okteto

okteto: 2.8.0 -> 2.8.1
This commit is contained in:
figsoda 2022-10-20 23:53:54 -04:00 committed by GitHub
commit ed02ee7f91
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.8.0";
version = "2.8.1";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
sha256 = "sha256-7M/axnl6K3yrfNwdp3gkKE3c0m0zgDfW8FV7BixIxBM=";
sha256 = "sha256-YTz4W+txxs1G6NukckWkOlGwlOrS4LgMly8ilmgt5GE=";
};
vendorSha256 = "sha256-/oR8R0/GC6cgCqXinCRH5x93qgRPeQmxHgZZGshrDr4=";