packaging: Build with toml11 4.4.0

(cherry picked from commit 320b2c74ef)
This commit is contained in:
Sergei Zimmerman
2025-08-12 16:23:00 +03:00
parent a2e7c0e040
commit 306d8838ab

View File

@@ -54,6 +54,16 @@ scope: {
enableLargeConfig = true;
};
toml11 = pkgs.toml11.overrideAttrs rec {
version = "4.4.0";
src = pkgs.fetchFromGitHub {
owner = "ToruNiina";
repo = "toml11";
tag = "v${version}";
hash = "sha256-sgWKYxNT22nw376ttGsTdg0AMzOwp8QH3E8mx0BZJTQ=";
};
};
# TODO Hack until https://github.com/NixOS/nixpkgs/issues/45462 is fixed.
boost =
(pkgs.boost.override {