Skip to content

Commit

Permalink
highs: 1.8.1 -> 1.9.0 (#366996)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Dec 24, 2024
2 parents bd352cd + d4e982f commit 384d937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/hi/highs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 384d937

Please sign in to comment.