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

odo: 2.5.1 -> 3.0.0
This commit is contained in:
Ryan Mulligan 2022-10-21 05:37:06 -07:00 committed by GitHub
commit 0427da338f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "odo";
version = "2.5.1";
version = "3.0.0";
src = fetchFromGitHub {
owner = "redhat-developer";
repo = "odo";
rev = "v${version}";
sha256 = "sha256-+UvG+aDji/GtkXdt+xZB06j6NxjeK2nhBjle5K+lx/A=";
sha256 = "sha256-CtlT6nUh0oqjJSWaIqAgu9CNGVHcf+uLNWBCl950Kus=";
};
vendorSha256 = null;