irrlichtmt 1.9.0mt10 -> 1.9.0mt11 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 8a080c1d4a9..b400790ea31 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.0mt11"; src = fetchFromGitHub { owner = "minetest"; repo = "irrlicht"; rev = version; - sha256 = "sha256-PA+gz77XkwxQ3TtubaT0ov9dsT7s3ZlrQxrOkD5ku3g="; + sha256 = "sha256-mm/NuTw/hXnQZDC1HPsPWHpFOZ38lvlmzsJM11t47X0="; }; 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.11 *** -- 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/mgz7sp9jxnk7c3rn1hvich9n0k2rjr7m-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found JPEG: /nix/store/kv30whm9ffm47m2jnfc6rdgf1dk8n44k-libjpeg-turbo-2.1.5.1/lib/libjpeg.so (found version "62") -- Found PNG: /nix/store/zgp6sjzmw8lk12i2g3mavhr50xpd5ldn-libpng-apng-1.6.39/lib/libpng.so (found version "1.6.39") -- Found OpenGL: /nix/store/xibw0p5bj2z3a566mannk3vflb9f5fph-libGL-1.6.0/lib/libOpenGL.so -- Found X11: /nix/store/gz38plw089ri9k2lh7gzhh58ydhb3rv1-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/igp21718s3sa932z7baqnhlc72v0zl0z-libX11-1.8.6/lib/libX11.so -- Looking for XOpenDisplay in /nix/store/igp21718s3sa932z7baqnhlc72v0zl0z-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!