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

odo: 3.12.0 -> 3.13.0
This commit is contained in:
Mario Rodas 2023-08-11 20:27:58 -05:00 committed by GitHub
commit 63b4872ef6
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.12.0";
version = "3.13.0";
src = fetchFromGitHub {
owner = "redhat-developer";
repo = "odo";
rev = "v${version}";
sha256 = "sha256-UieMY+YoMjOYUGwkSWxuC+91YfGHhMdhSJFwA+kG4PU=";
sha256 = "sha256-l5WW6Wos/FLxJsyrWnLhb1vAztGT1QYl8tKhiBgNGbw=";
};
vendorHash = null;