scipopt-soplex: 713 -> 714

This commit is contained in:
fettgoenner 2025-04-19 11:11:46 +02:00
parent 0bb6a910f5
commit 531c93a5eb

View file

@ -11,16 +11,16 @@
stdenv.mkDerivation (finalAttrs: {
pname = "scipopt-soplex";
version = "713";
version = "714";
# To correlate scipVersion and version, check: https://scipopt.org/#news
scipVersion = "9.2.1";
scipVersion = "9.2.2";
src = fetchFromGitHub {
owner = "scipopt";
repo = "soplex";
rev = "release-${builtins.replaceStrings [ "." ] [ "" ] finalAttrs.version}";
hash = "sha256-qI7VGPAm3ALzeiD/OgvlZ1w2GzHRYdBajTW5XdIN9pU=";
hash = "sha256-j5dsCAjEaReVpHHCM8FUyDIhxZ4P2yk2h89k5omTh8o=";
};
nativeBuildInputs = [ cmake ];