irrlichtmt 1.9.0mt10 -> 1.9.0mt13 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/irrlichtmt/default.nix b/pkgs/development/libraries/irrlichtmt/default.nix index 8a080c1d4a97..8e22b00fc611 100644 --- a/pkgs/development/libraries/irrlichtmt/default.nix +++ b/pkgs/development/libraries/irrlichtmt/default.nix @@ -15,13 +15,13 @@ }: stdenv.mkDerivation rec { pname = "irrlichtmt"; - version = "1.9.0mt10"; + version = "1.9.0mt13"; src = fetchFromGitHub { owner = "minetest"; repo = "irrlicht"; rev = version; - sha256 = "sha256-PA+gz77XkwxQ3TtubaT0ov9dsT7s3ZlrQxrOkD5ku3g="; + sha256 = "sha256-BlQd7zbpvQnxqLv3IaHWrXzJ1pJFbQQ3DNWDAj14/YY="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A irrlichtmt nix build failed. -- Detecting CXX compile features - done -- *** Building IrrlichtMt 1.9.0.13 *** -- Performing Test REVISION_SANITY_CHECK -- Performing Test REVISION_SANITY_CHECK - Success -- Device: X11 -- OpenGL: ON -- OpenGL 3: FALSE -- OpenGL ES: OFF -- OpenGL ES 2: OFF -- WebGL: OFF -- Found ZLIB: /nix/store/s5gzrzha72q79v92wqq61x9ir8xiwbxk-zlib-1.3/lib/libz.so (found version "1.3.#define ZLIB_VERSION "1.3"") -- Found JPEG: /nix/store/fx79hsdrhwy61yv2yr370k5zyhzqjay4-libjpeg-turbo-2.1.5.1/lib/libjpeg.so (found version "62") -- Found PNG: /nix/store/a46nf6mzygm6nv8dkis6mybm8363inhc-libpng-apng-1.6.40/lib/libpng.so (found version "1.6.40") -- Found OpenGL: /nix/store/hfdqivgjr86fimxs44khhr7ai2kqk893-libGL-1.6.0/lib/libOpenGL.so -- Found X11: /nix/store/a8wxmz6hcvlpb44z3kf19mzcgak5zqlm-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/b6yspa0filw7fvfabbjfpi2z5k4igv1a-libX11-1.8.7/lib/libX11.so -- Looking for XOpenDisplay in /nix/store/b6yspa0filw7fvfabbjfpi2z5k4igv1a-libX11-1.8.7/lib/libX11.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found CMake Error at source/Irrlicht/CMakeLists.txt:289 (message): XInput not found  -- Configuring incomplete, errors occurred!