Unverified Commit 88329728 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

Update scipopt-{soplex,scip,gcg,ug} (#489095)

parents 64b6dc4b 78cddaa8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "scipopt-gcg";
  version = "4.0.0";
  version = "4.0.1";

  src = fetchFromGitHub {
    owner = "scipopt";
    repo = "gcg";
    tag = "v${version}";
    hash = "sha256-HMhb35Zkjt3yzYk6X1OfigZjJrLuelrkQyCBs/UpFjc=";
    hash = "sha256-eu7JHtG10/4rzr4xSdoFJjGQ+X5OeWelkEWJOO7QQmE=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -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";