mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
scipopt-scip: 9.2.1 -> 9.2.2
This commit is contained in:
parent
8933c1982b
commit
2de724fb82
1 changed files with 2 additions and 2 deletions
|
@ -20,13 +20,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "scipopt-scip";
|
pname = "scipopt-scip";
|
||||||
version = "9.2.1";
|
version = "9.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "scipopt";
|
owner = "scipopt";
|
||||||
repo = "scip";
|
repo = "scip";
|
||||||
tag = "v${lib.replaceStrings [ "." ] [ "" ] version}";
|
tag = "v${lib.replaceStrings [ "." ] [ "" ] version}";
|
||||||
hash = "sha256-xYxbMZYYqFNInlct8Ju0SrksfJlwV9Q+AHjxq7xhfAs=";
|
hash = "sha256-gxR308XrlmuUym/ujwGcD9a7Z+Z7vQNHaK4zO/PWPBQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue