Skip to content

Commit 2887e92

Browse files
committed
bump boost version from 185 to 186
1 parent 0fd90d5 commit 2887e92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

prolead.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fetchFromGitHub,
55
pkg-config,
66
gnumake,
7-
boost185,
7+
boost186,
88
flint,
99
python310,
1010
catch2,
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
3333

3434
# Required at runtime
3535
buildInputs = [
36-
(boost185.override {
36+
(boost186.override {
3737
enablePython = true;
3838
python = python310;
3939
})

shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pkgs.mkShell {
99
gcc
1010
];
1111
buildInputs = with pkgs; [
12-
(boost185.override {
12+
(boost186.override {
1313
enablePython = true;
1414
python = python310;
1515
})

0 commit comments

Comments
 (0)