tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openshift: 4.12 -> 4.13
Stephan Heßelmann
2 years ago
77de18e0
ef25e7a3
+6
-5
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
openshift
default.nix
+6
-5
pkgs/applications/networking/cluster/openshift/default.nix
···
3
, fetchFromGitHub
4
, gpgme
5
, installShellFiles
0
6
, testers
7
, openshift
8
}:
9
buildGoModule rec {
10
pname = "openshift";
11
-
version = "4.12.0";
12
-
gitCommit = "854f807";
13
14
src = fetchFromGitHub {
15
owner = "openshift";
16
repo = "oc";
17
-
rev = "854f807d8a84dde710c062a5281bca5bc07cb562";
18
-
hash = "sha256-GH3LjAeMIHmFbJoKGoeeNteP4Ma2+kIC5rAxObdziKg=";
19
};
20
21
vendorHash = null;
22
23
buildInputs = [ gpgme ];
24
25
-
nativeBuildInputs = [ installShellFiles ];
26
27
ldflags = [
28
"-s"
···
3
, fetchFromGitHub
4
, gpgme
5
, installShellFiles
6
+
, pkg-config
7
, testers
8
, openshift
9
}:
10
buildGoModule rec {
11
pname = "openshift";
12
+
version = "4.13.0";
13
+
gitCommit = "e561d37";
14
15
src = fetchFromGitHub {
16
owner = "openshift";
17
repo = "oc";
18
+
rev = "e561d37285c8bde273ce00d086bea599a9cdd3be";
19
+
hash = "sha256-/ar96N+MSy0DPdza3UWiyolg1EZPBR6LCku4GV+HppM=";
20
};
21
22
vendorHash = null;
23
24
buildInputs = [ gpgme ];
25
26
+
nativeBuildInputs = [ installShellFiles pkg-config ];
27
28
ldflags = [
29
"-s"