Skip to content

Commit 71b8b40

Browse files
committedMar 20, 2025
highs: 1.9.0 -> 1.10.0
1 parent 750fef2 commit 71b8b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "highs";
11-
version = "1.9.0";
11+
version = "1.10.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "ERGO-Code";
1515
repo = "HiGHS";
1616
rev = "v${finalAttrs.version}";
17-
hash = "sha256-VUbYg1NRoRk0IzO6y+NaWnfjOuIYoM8pfPPqJcG7Bbo=";
17+
hash = "sha256-CzHE2d0CtScexdIw95zHKY1Ao8xFodtfSNNkM6dNCac=";
1818
};
1919

2020
strictDeps = true;

0 commit comments

Comments
 (0)
Failed to load comments.