Skip to content

Commit

Permalink
highs: 1.8.0 -> 1.8.1 (NixOS#360451)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 4, 2024
2 parents 83ef7bf + 44c7083 commit 2a3d58a
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 @@ -7,13 +7,13 @@

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

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

strictDeps = true;
Expand Down

0 comments on commit 2a3d58a

Please sign in to comment.