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/5p62fc7h9ij36fqsxlbq73mbwdhnmbkv-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found JPEG: /nix/store/9910v7yb5zqbw9xpj3dic1f42ggcs6k9-libjpeg-turbo-2.1.5.1/lib/libjpeg.so (found version "62") -- Found PNG: /nix/store/rn9lzk6ai1yw3bd58rn03x8zxasjkfcj-libpng-apng-1.6.39/lib/libpng.so (found version "1.6.39") -- Found OpenGL: /nix/store/99nvwvq52hcqqp0wdh81fhprwjkxpx4d-libGL-1.6.0/lib/libOpenGL.so -- Found X11: /nix/store/mnvmmh07wvh1mqs4vn8yglqy1fm20zrj-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/4q1rdnzq2dni789ciqi6s2bynds69789-libX11-1.8.6/lib/libX11.so -- Looking for XOpenDisplay in /nix/store/4q1rdnzq2dni789ciqi6s2bynds69789-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!