Commit 531c93a5 authored by fettgoenner's avatar fettgoenner
Browse files

scipopt-soplex: 713 -> 714

parent 0bb6a910
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];