Commit 4305607b authored by Stephan Heßelmann's avatar Stephan Heßelmann
Browse files

openshift: 4.13.0 -> 4.14.0

parent 29697af6
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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;
  };
}