scipopt-gcg: 371 -> 372

Diff: https://github.com/scipopt/gcg/compare/refs/tags/v371...refs/tags/v372

Changelog: https://scipopt.org/doc-9.2.3/html/RN9.php

Nick Cao b20568c0 351dccbf

Changed files
+3 -4
pkgs
by-name
sc
scipopt-gcg
+3 -4
pkgs/by-name/sc/scipopt-gcg/package.nix
···
{
lib,
-
pkgs,
stdenv,
fetchFromGitHub,
cmake,
···
stdenv.mkDerivation rec {
pname = "scipopt-gcg";
-
version = "371";
+
version = "372";
# To correlate scipVersion and version, check: https://scipopt.org/#news
-
scipVersion = "9.2.1";
+
scipVersion = "9.2.3";
src = fetchFromGitHub {
owner = "scipopt";
repo = "gcg";
tag = "v${version}";
-
hash = "sha256-+rD8tGE49Irg9xZTD3Ay87ISSeRI4kbBpCj5ppyENbo=";
+
hash = "sha256-Sx0ZSca7XBT4GqxWt3bzelaXlI7kZCJo+by22mtTFhA=";
};
nativeBuildInputs = [