From 78cddaa87c2c692977e3eb93e573a5883ec2deb0 Mon Sep 17 00:00:00 2001 From: pmeinhold Date: Tue, 10 Feb 2026 14:55:53 +0100 Subject: [PATCH] scipopt-ug: 1.0.0 -> 1.0.1 --- pkgs/by-name/sc/scipopt-ug/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sc/scipopt-ug/package.nix b/pkgs/by-name/sc/scipopt-ug/package.nix index 61fa4a225bfb..6e1ff4653aac 100644 --- a/pkgs/by-name/sc/scipopt-ug/package.nix +++ b/pkgs/by-name/sc/scipopt-ug/package.nix @@ -11,15 +11,15 @@ stdenv.mkDerivation rec { pname = "scipopt-ug"; - version = "1.0.0"; + version = "1.0.1"; # To correlate scipVersion and version, check: https://scipopt.org/#news - scipVersion = "10.0.0"; + scipVersion = "10.0.1"; # Take the SCIPOptSuite source since no other source exists publicly. src = fetchzip { url = "https://github.com/scipopt/scip/releases/download/v${scipVersion}/scipoptsuite-${scipVersion}.tgz"; - hash = "sha256-Nskb8quLsox7igz1UZCfd+VjR9Q8/oa8dZBYjAdc1EU="; + hash = "sha256-U5tbgGCzUkDL/22RwQLQmvCjSAhxehJe0P5rwNupW6Q="; }; sourceRoot = "${src.name}/ug";