mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #264693 from stehessel/bump-openshift-4.14
openshift: 4.13.0 -> 4.14.0
This commit is contained in:
commit
82cdeab2aa
@ -9,14 +9,14 @@
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "openshift";
|
||||
version = "4.13.0";
|
||||
gitCommit = "e561d37";
|
||||
version = "4.14.0";
|
||||
gitCommit = "0c63f9d";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openshift";
|
||||
repo = "oc";
|
||||
rev = "e561d37285c8bde273ce00d086bea599a9cdd3be";
|
||||
hash = "sha256-/ar96N+MSy0DPdza3UWiyolg1EZPBR6LCku4GV+HppM=";
|
||||
rev = "0c63f9da2694c080257111616c60005f32a5bf47";
|
||||
hash = "sha256-viNSRwGNB0TGgw501cQuj4ajmAgvqk4vj2RmW8/DCB8=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
@ -62,6 +62,5 @@ buildGoModule rec {
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ offline bachp moretea stehessel ];
|
||||
mainProgram = "oc";
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user