scipopt-scip: 9.2.2 -> 9.2.3 (#427684)

Co-authored-by: FettGoenner <FettGoenner@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-04 11:13:10 +00:00
committed by GitHub
co-authored by FettGoenner
+2 -2
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 ];