Skip to content

Commit 0f063c6

Browse files
xokdviummergify[bot]
authored andcommitted
packaging: Build with toml11 4.4.0
(cherry picked from commit 320b2c7)
1 parent 5f99a2b commit 0f063c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packaging/dependencies.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ scope: {
5353
enableLargeConfig = true;
5454
};
5555

56+
toml11 = pkgs.toml11.overrideAttrs rec {
57+
version = "4.4.0";
58+
src = pkgs.fetchFromGitHub {
59+
owner = "ToruNiina";
60+
repo = "toml11";
61+
tag = "v${version}";
62+
hash = "sha256-sgWKYxNT22nw376ttGsTdg0AMzOwp8QH3E8mx0BZJTQ=";
63+
};
64+
};
65+
5666
# TODO Hack until https://github.com/NixOS/nixpkgs/issues/45462 is fixed.
5767
boost =
5868
(pkgs.boost.override {

0 commit comments

Comments
 (0)