Skip to content

Commit 531c93a

Browse files
committed
scipopt-soplex: 713 -> 714
1 parent 0bb6a91 commit 531c93a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sc/scipopt-soplex/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "scipopt-soplex";
14-
version = "713";
14+
version = "714";
1515

1616
# To correlate scipVersion and version, check: https://scipopt.org/#news
17-
scipVersion = "9.2.1";
17+
scipVersion = "9.2.2";
1818

1919
src = fetchFromGitHub {
2020
owner = "scipopt";
2121
repo = "soplex";
2222
rev = "release-${builtins.replaceStrings [ "." ] [ "" ] finalAttrs.version}";
23-
hash = "sha256-qI7VGPAm3ALzeiD/OgvlZ1w2GzHRYdBajTW5XdIN9pU=";
23+
hash = "sha256-j5dsCAjEaReVpHHCM8FUyDIhxZ4P2yk2h89k5omTh8o=";
2424
};
2525

2626
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)