irrlichtmt 1.9.0mt10 -> 1.9.0mt12 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 [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..75335c9e2144 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.0mt12"; src = fetchFromGitHub { owner = "minetest"; repo = "irrlicht"; rev = version; - sha256 = "sha256-PA+gz77XkwxQ3TtubaT0ov9dsT7s3ZlrQxrOkD5ku3g="; + sha256 = "sha256-NjJgP5CovItsfGUO0tL86/1FKdqk5XF8yLItP3ws1hY="; }; 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.12 *** -- Performing Test REVISION_SANITY_CHECK -- Performing Test REVISION_SANITY_CHECK - Success -- Device: X11 -- OpenGL: ON -- OpenGL 3: OFF -- OpenGL ES: OFF -- OpenGL ES 2: OFF -- WebGL: OFF -- Found ZLIB: /nix/store/6kb8765xi3mdwhrmygg20xlpzxc3pqai-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found JPEG: /nix/store/iaxqd09n8ql7dpjw5amwdkf60fh2bzgw-libjpeg-turbo-2.1.5.1/lib/libjpeg.so (found version "62") -- Found PNG: /nix/store/zpjgdq7yzwnivxp14k3cncdlp7yfcgp3-libpng-apng-1.6.39/lib/libpng.so (found version "1.6.39") -- Found OpenGL: /nix/store/4psnynr2gp8piqsmpdpas58v5vf7r2dr-libGL-1.6.0/lib/libOpenGL.so -- Found X11: /nix/store/pvsvyjx5rl9f5dl0ljm5x4awj1j7v4m6-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/16vgvnwf5zypk1qnq8l7kl3nlkbsc07w-libX11-1.8.6/lib/libX11.so -- Looking for XOpenDisplay in /nix/store/16vgvnwf5zypk1qnq8l7kl3nlkbsc07w-libX11-1.8.6/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:284 (message): XInput not found  -- Configuring incomplete, errors occurred!