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

odo: 3.13.0 -> 3.14.0
This commit is contained in:
Thiago Kenji Okada 2023-09-03 15:12:36 +00:00 committed by GitHub
commit 7b303eed03
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.13.0";
version = "3.14.0";
src = fetchFromGitHub {
owner = "redhat-developer";
repo = "odo";
rev = "v${version}";
sha256 = "sha256-l5WW6Wos/FLxJsyrWnLhb1vAztGT1QYl8tKhiBgNGbw=";
sha256 = "sha256-d6C+nOz60CPnEsSf74+WBTaeIXGKtysVELg0+dXM1cU=";
};
vendorHash = null;