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

odo: 3.14.0 -> 3.15.0
This commit is contained in:
Weijia Wang 2023-10-18 00:05:12 +02:00 committed by GitHub
commit 01efb8a479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "odo";
version = "3.14.0";
version = "3.15.0";
src = fetchFromGitHub {
owner = "redhat-developer";
repo = "odo";
rev = "v${version}";
sha256 = "sha256-d6C+nOz60CPnEsSf74+WBTaeIXGKtysVELg0+dXM1cU=";
sha256 = "sha256-UPq211Lo95r2b/Ov/a7uhb5p9M3MlNd72VwkMXPHy2Y=";
};
vendorHash = null;