scipopt-zimpl: update scipVersion

This commit is contained in:
Rafael Ieda
2025-10-24 20:09:18 -03:00
parent 30af8f5003
commit 8a12c0fbb8

View File

@@ -14,13 +14,13 @@ stdenv.mkDerivation rec {
version = "362";
# To correlate scipVersion and version, check: https://scipopt.org/#news
scipVersion = "9.2.3";
scipVersion = "9.2.4";
src = fetchFromGitHub {
owner = "scipopt";
repo = "zimpl";
tag = "v${version}";
sha256 = "juqAwzqBArsFXmz7L7RQaE78EhQdP5P51wQFlCoo7/o=";
hash = "sha256-juqAwzqBArsFXmz7L7RQaE78EhQdP5P51wQFlCoo7/o=";
};
postPatch = ''