odo: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2022-10-29 00:00:12 +00:00 committed by Bobby Rong
parent 54cf191a16
commit a995997c68

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "odo";
version = "3.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "redhat-developer";
repo = "odo";
rev = "v${version}";
sha256 = "sha256-CtlT6nUh0oqjJSWaIqAgu9CNGVHcf+uLNWBCl950Kus=";
sha256 = "sha256-+QLRm01JTV7nnMiIvitdkm38E08TsmU6EfrNTUCTddY=";
};
vendorSha256 = null;