tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ocm: 0.1.70 -> 0.1.73
R. Ryantm
2 years ago
ee452d8b
f6eb9214
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
ocm
default.nix
+3
-3
pkgs/applications/networking/cluster/ocm/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "ocm";
5
5
-
version = "0.1.70";
5
5
+
version = "0.1.73";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "openshift-online";
9
9
repo = "ocm-cli";
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-J/CN1cxEcKiEt8WMg79nA4y0gp18vSDEsBqvYuQVaIk=";
11
11
+
sha256 = "sha256-hcbCUzC+E7VHmqATw/1LQxdMLiFibgYiWrQHpm3jZLA=";
12
12
};
13
13
14
14
-
vendorHash = "sha256-3HLTuWf4mK3r92s2mPE2yl/rrPxgcsB9EmrxkiJsMaE=";
14
14
+
vendorHash = "sha256-NP5LLP27hn8p2gUVO/qpdu1Yp3t8iarUUKR/FjU0Qlc=";
15
15
16
16
# Strip the final binary.
17
17
ldflags = [ "-s" "-w" ];