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

odo: 3.4.0 -> 3.9.0
This commit is contained in:
Weijia Wang 2023-04-20 23:45:31 +03:00 committed by GitHub
commit 1a431216fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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