Merge pull request #230640 from r-ryantm/auto-update/odo

odo: 3.9.0 -> 3.10.0
This commit is contained in:
Nick Cao 2023-05-08 20:51:40 +08:00 committed by GitHub
commit 3e113d10b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "odo";
version = "3.9.0";
version = "3.10.0";
src = fetchFromGitHub {
owner = "redhat-developer";
repo = "odo";
rev = "v${version}";
sha256 = "sha256-7GkDxcin4hsqyjjUvI813Z7wHr9D9ZwSDodIts2RpzU=";
sha256 = "sha256-J8Oiw7/jPwIoPh8erL7auSiQCRzvY7i4COPmtI3qPXY=";
};
vendorHash = null;