Skip to content

Commit 2a3d58a

Browse files
authored
highs: 1.8.0 -> 1.8.1 (#360451)
2 parents 83ef7bf + 44c7083 commit 2a3d58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/hi/highs/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "highs";
10-
version = "1.8.0";
10+
version = "1.8.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "ERGO-Code";
1414
repo = "HiGHS";
1515
rev = "v${finalAttrs.version}";
16-
hash = "sha256-3ACo6V6Y99XPe4dvurWflNGPjHy3irURv4jYHMrgSms=";
16+
hash = "sha256-JuUPnsCNImWpkeh0B//7yM1Wix9SpnfApp8cxX9WeYk=";
1717
};
1818

1919
strictDeps = true;

0 commit comments

Comments
 (0)