ocm: 0.1.70 -> 0.1.73

+3 -3
+3 -3
pkgs/applications/networking/cluster/ocm/default.nix
··· 2 3 buildGoModule rec { 4 pname = "ocm"; 5 - version = "0.1.70"; 6 7 src = fetchFromGitHub { 8 owner = "openshift-online"; 9 repo = "ocm-cli"; 10 rev = "v${version}"; 11 - sha256 = "sha256-J/CN1cxEcKiEt8WMg79nA4y0gp18vSDEsBqvYuQVaIk="; 12 }; 13 14 - vendorHash = "sha256-3HLTuWf4mK3r92s2mPE2yl/rrPxgcsB9EmrxkiJsMaE="; 15 16 # Strip the final binary. 17 ldflags = [ "-s" "-w" ];
··· 2 3 buildGoModule rec { 4 pname = "ocm"; 5 + version = "0.1.73"; 6 7 src = fetchFromGitHub { 8 owner = "openshift-online"; 9 repo = "ocm-cli"; 10 rev = "v${version}"; 11 + sha256 = "sha256-hcbCUzC+E7VHmqATw/1LQxdMLiFibgYiWrQHpm3jZLA="; 12 }; 13 14 + vendorHash = "sha256-NP5LLP27hn8p2gUVO/qpdu1Yp3t8iarUUKR/FjU0Qlc="; 15 16 # Strip the final binary. 17 ldflags = [ "-s" "-w" ];