tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openshift: 4.13.0 -> 4.14.0
Stephan Heßelmann
2 years ago
4305607b
29697af6
+4
-5
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
openshift
default.nix
+4
-5
pkgs/applications/networking/cluster/openshift/default.nix
···
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;
···
62
license = licenses.asl20;
63
maintainers = with maintainers; [ offline bachp moretea stehessel ];
64
mainProgram = "oc";
65
-
platforms = platforms.unix;
66
};
67
}
···
9
}:
10
buildGoModule rec {
11
pname = "openshift";
12
+
version = "4.14.0";
13
+
gitCommit = "0c63f9d";
14
15
src = fetchFromGitHub {
16
owner = "openshift";
17
repo = "oc";
18
+
rev = "0c63f9da2694c080257111616c60005f32a5bf47";
19
+
hash = "sha256-viNSRwGNB0TGgw501cQuj4ajmAgvqk4vj2RmW8/DCB8=";
20
};
21
22
vendorHash = null;
···
62
license = licenses.asl20;
63
maintainers = with maintainers; [ offline bachp moretea stehessel ];
64
mainProgram = "oc";
0
65
};
66
}