odo: 3.4.0 -> 3.9.0

This commit is contained in:
R. Ryantm 2023-04-20 01:40:52 +00:00
parent f864e4613b
commit a89deb2543

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "odo"; pname = "odo";
version = "3.4.0"; version = "3.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "redhat-developer"; owner = "redhat-developer";
repo = "odo"; repo = "odo";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-UXeSerVtskEloH60vNom8H6/gEy7adUnBsc/5q7wrDM="; sha256 = "sha256-7GkDxcin4hsqyjjUvI813Z7wHr9D9ZwSDodIts2RpzU=";
}; };
vendorSha256 = null; vendorHash = null;
buildPhase = '' buildPhase = ''
make bin make bin