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 8933c19 commit 2de724fCopy full SHA for 2de724f
pkgs/by-name/sc/scipopt-scip/package.nix
@@ -20,13 +20,13 @@
20
21
stdenv.mkDerivation rec {
22
pname = "scipopt-scip";
23
- version = "9.2.1";
+ version = "9.2.2";
24
25
src = fetchFromGitHub {
26
owner = "scipopt";
27
repo = "scip";
28
tag = "v${lib.replaceStrings [ "." ] [ "" ] version}";
29
- hash = "sha256-xYxbMZYYqFNInlct8Ju0SrksfJlwV9Q+AHjxq7xhfAs=";
+ hash = "sha256-gxR308XrlmuUym/ujwGcD9a7Z+Z7vQNHaK4zO/PWPBQ=";
30
};
31
32
nativeBuildInputs = [ cmake ];
0 commit comments