Unverified Commit 384d9370 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

highs: 1.8.1 -> 1.9.0 (#366996)

parents bd352cd6 d4e982fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "highs";
  version = "1.8.1";
  version = "1.9.0";

  src = fetchFromGitHub {
    owner = "ERGO-Code";
    repo = "HiGHS";
    rev = "v${finalAttrs.version}";
    hash = "sha256-JuUPnsCNImWpkeh0B//7yM1Wix9SpnfApp8cxX9WeYk=";
    hash = "sha256-VUbYg1NRoRk0IzO6y+NaWnfjOuIYoM8pfPPqJcG7Bbo=";
  };

  strictDeps = true;