scipopt-scip: 9.2.2 -> 9.2.3

This commit is contained in:
R. Ryantm 2025-07-23 08:05:03 +00:00 committed by Weijia Wang
parent fc02ee70ef
commit 66f3e20181

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "scipopt-scip";
version = "9.2.2";
version = "9.2.3";
src = fetchFromGitHub {
owner = "scipopt";
repo = "scip";
tag = "v${lib.replaceStrings [ "." ] [ "" ] version}";
hash = "sha256-gxR308XrlmuUym/ujwGcD9a7Z+Z7vQNHaK4zO/PWPBQ=";
hash = "sha256-Zc1AXNpHQXXFO8jkMaJj6xYkmkQxAM8G+SiPiH9xCAw=";
};
nativeBuildInputs = [ cmake ];