irrlichtmt 1.9.0mt13 -> 1.9.0mt15 https://github.com/minetest/irrlicht/releases attrpath: irrlichtmt Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/irrlichtmt/default.nix b/pkgs/development/libraries/irrlichtmt/default.nix index 8787fd390efd..cec786467aee 100644 --- a/pkgs/development/libraries/irrlichtmt/default.nix +++ b/pkgs/development/libraries/irrlichtmt/default.nix @@ -14,13 +14,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "irrlichtmt"; - version = "1.9.0mt13"; + version = "1.9.0mt15"; src = fetchFromGitHub { owner = "minetest"; repo = "irrlicht"; rev = finalAttrs.version; - hash = "sha256-BlQd7zbpvQnxqLv3IaHWrXzJ1pJFbQQ3DNWDAj14/YY="; + hash = "sha256-2zqG2JWdq+1QtgbgH8W7q+3yvREgMvINYh0phQvTv0c="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A irrlichtmt nix build failed. -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- *** Building IrrlichtMt 1.9.0.15 *** -- Performing Test REVISION_SANITY_CHECK -- Performing Test REVISION_SANITY_CHECK - Success -- Device: SDL -- OpenGL: ON -- OpenGL 3: ON -- OpenGL ES: OFF -- OpenGL ES 2: OFF -- Found ZLIB: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found JPEG: /nix/store/4r53v4j1idnm1i4ssdqzh4cn0g7k5slf-libjpeg-turbo-3.0.2/lib/libjpeg.so (found version "62") -- Found PNG: /nix/store/amx4pam12xyavdfkyb3xjmdb9h2wf4hn-libpng-apng-1.6.40/lib/libpng.so (found version "1.6.40") -- Found OpenGL: /nix/store/xav6z6xz0n9bb9zvvvivsjyzyzx4lh9q-libGL-1.7.0/lib/libOpenGL.so CMake Error at source/Irrlicht/CMakeLists.txt:268 (find_package): Could not find a package configuration file provided by "SDL2" (requested version 2.0.10) with any of the following names: SDL2Config.cmake sdl2-config.cmake Add the installation prefix of "SDL2" to CMAKE_PREFIX_PATH or set "SDL2_DIR" to a directory containing one of the above files. If "SDL2" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!