mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
ocm: 0.1.70 -> 0.1.73
This commit is contained in:
parent
f6eb921406
commit
ee452d8bb8
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ocm";
|
pname = "ocm";
|
||||||
version = "0.1.70";
|
version = "0.1.73";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openshift-online";
|
owner = "openshift-online";
|
||||||
repo = "ocm-cli";
|
repo = "ocm-cli";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-J/CN1cxEcKiEt8WMg79nA4y0gp18vSDEsBqvYuQVaIk=";
|
sha256 = "sha256-hcbCUzC+E7VHmqATw/1LQxdMLiFibgYiWrQHpm3jZLA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-3HLTuWf4mK3r92s2mPE2yl/rrPxgcsB9EmrxkiJsMaE=";
|
vendorHash = "sha256-NP5LLP27hn8p2gUVO/qpdu1Yp3t8iarUUKR/FjU0Qlc=";
|
||||||
|
|
||||||
# Strip the final binary.
|
# Strip the final binary.
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user