We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb6a91 commit 531c93aCopy full SHA for 531c93a
pkgs/by-name/sc/scipopt-soplex/package.nix
@@ -11,16 +11,16 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "scipopt-soplex";
14
- version = "713";
+ version = "714";
15
16
# To correlate scipVersion and version, check: https://scipopt.org/#news
17
- scipVersion = "9.2.1";
+ scipVersion = "9.2.2";
18
19
src = fetchFromGitHub {
20
owner = "scipopt";
21
repo = "soplex";
22
rev = "release-${builtins.replaceStrings [ "." ] [ "" ] finalAttrs.version}";
23
- hash = "sha256-qI7VGPAm3ALzeiD/OgvlZ1w2GzHRYdBajTW5XdIN9pU=";
+ hash = "sha256-j5dsCAjEaReVpHHCM8FUyDIhxZ4P2yk2h89k5omTh8o=";
24
};
25
26
nativeBuildInputs = [ cmake ];
0 commit comments