odo: 2.5.1 -> 3.0.0

This commit is contained in:
R. Ryantm 2022-10-20 15:56:38 +00:00
parent 3a9c44b392
commit 3c70d1e68a

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;