Commit b80f2307 authored by fettgoenner's avatar fettgoenner
Browse files

scipopt-scip: 9.2.4 -> 10.0.0

parent bcabab5a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "scipopt-scip";
  version = "9.2.4";
  version = "10.0.0";

  src = fetchFromGitHub {
    owner = "scipopt";
    repo = "scip";
    tag = "v${lib.replaceStrings [ "." ] [ "" ] version}";
    hash = "sha256-nwFRtP63/HPfk9JhcyLKApicgqE9IF+7s5MGGrVJrpM=";
    tag = "v${version}";
    hash = "sha256-KW7N2ORspzkaR/gdU//p38BV4GyuhoSIVb6q9RTrCYQ=";
  };

  nativeBuildInputs = [ cmake ];