odo: 3.3.0 -> 3.4.0

This commit is contained in:
R. Ryantm 2022-12-17 20:53:27 +00:00 committed by Bobby Rong
parent 7d96e68288
commit 440119b178

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "odo";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "redhat-developer";
repo = "odo";
rev = "v${version}";
sha256 = "sha256-Np2O3mO9wBxDcCHG8/zMdIU2N+3RNRT2SN3kh7+l2Nc=";
sha256 = "sha256-UXeSerVtskEloH60vNom8H6/gEy7adUnBsc/5q7wrDM=";
};
vendorSha256 = null;