openshift: 4.13.0 -> 4.14.0

This commit is contained in:
Stephan Heßelmann 2023-11-01 00:34:09 +01:00
parent 29697af6ae
commit 4305607bb8

View File

@ -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;
};
}