Commit d09250024479

Vincent Demeester <vincent@sbr.pm>
2020-07-22 15:45:38
pkgs/oc: make 4.5 the default
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent e2791c0
Changed files (1)
pkgs/default.nix
@@ -74,7 +74,7 @@ rec {
     oc_4_4
     oc_4_5
     ;
-  oc = oc_4_4;
+  oc = oc_4_5;
   inherit (pkgs.callPackage ./openshift-install { })
     openshift-install_4_3
     openshift-install_4_4