ocm: 0.1.69 -> 0.1.70

This commit is contained in:
R. Ryantm 2023-10-13 20:40:58 +00:00
parent 96896946dd
commit 4c89a5dd60

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ocm";
version = "0.1.69";
version = "0.1.70";
src = fetchFromGitHub {
owner = "openshift-online";
repo = "ocm-cli";
rev = "v${version}";
sha256 = "sha256-JKR58is8SzNmEQ8x1om1anReLIbNCHJkkzZQ1SiQ5J4=";
sha256 = "sha256-J/CN1cxEcKiEt8WMg79nA4y0gp18vSDEsBqvYuQVaIk=";
};
vendorHash = "sha256-3HLTuWf4mK3r92s2mPE2yl/rrPxgcsB9EmrxkiJsMaE=";