scipopt-scip: 9.2.4 -> 10.0.0

This commit is contained in:
fettgoenner
2025-11-26 10:21:25 +01:00
parent bcabab5a61
commit b80f23075d
+3 -3
View File
@@ -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 ];