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

okteto: 2.8.1 -> 2.8.2
This commit is contained in:
Mario Rodas 2022-10-22 19:45:42 -05:00 committed by GitHub
commit acd620e830
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.1";
version = "2.8.2";
src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
sha256 = "sha256-YTz4W+txxs1G6NukckWkOlGwlOrS4LgMly8ilmgt5GE=";
sha256 = "sha256-UJaPGnS0VK0FK2EJFUEh5mCMaLw5vX9V4sOYOgDWENk=";
};
vendorSha256 = "sha256-/oR8R0/GC6cgCqXinCRH5x93qgRPeQmxHgZZGshrDr4=";