···1+diff --git a/cmake-proxies/cmake-modules/dependencies/rapidjson.cmake b/cmake-proxies/cmake-modules/dependencies/rapidjson.cmake
2+index ba95962..66a96a8 100644
3+--- a/cmake-proxies/cmake-modules/dependencies/rapidjson.cmake
4++++ b/cmake-proxies/cmake-modules/dependencies/rapidjson.cmake
5+@@ -2,8 +2,11 @@
6+7+ if(NOT ${_OPT}use_rapidjson STREQUAL "off")
8+ if(NOT TARGET rapidjson::rapidjson)
9+- if(TARGET rapidjson)
10+- add_library( rapidjson::rapidjson ALIAS rapidjson )
11++ if(TARGET RapidJSON)
12++ if(NOT TARGET rapidjson)
13++ add_library(rapidjson ALIAS RapidJSON)
14++ endif()
15++ add_library( rapidjson::rapidjson ALIAS RapidJSON )
16+ else()
17+ # At least on Arch RapidJSONConfig.cmake does not define a target at all
18+ # so we have to do it ourselves
···42# as bootloader for various platforms and corresponding binary and helper files.
43stdenv.mkDerivation (finalAttrs: {
44 pname = "limine";
45- version = "9.5.0";
4647 # We don't use the Git source but the release tarball, as the source has a
48 # `./bootstrap` script performing network access to download resources.
49 # Packaging that in Nix is very cumbersome.
50 src = fetchurl {
51 url = "https://github.com/limine-bootloader/limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz";
52- hash = "sha256-SWJ5e6/q92UyC0ea8yJAYcFNr5LreJ2qFY7hcunovEM=";
53 };
5455 enableParallelBuilding = true;
···42# as bootloader for various platforms and corresponding binary and helper files.
43stdenv.mkDerivation (finalAttrs: {
44 pname = "limine";
45+ version = "9.5.1";
4647 # We don't use the Git source but the release tarball, as the source has a
48 # `./bootstrap` script performing network access to download resources.
49 # Packaging that in Nix is very cumbersome.
50 src = fetchurl {
51 url = "https://github.com/limine-bootloader/limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz";
52+ hash = "sha256-UgY8S+XGlSnO1k98JWBfSN0/IY3LANVFgJwI1kdPAcU=";
53 };
5455 enableParallelBuilding = true;