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/wmi7ifah7ggl9bah85zpmsgxv6lk04a7-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found JPEG: /nix/store/yxgca61a6rwhdhpbh966r8v0hzvfsyzj-libjpeg-turbo-2.1.5.1/lib/libjpeg.so (found version "62") -- Found PNG: /nix/store/m9dqylpdc52yw6mg6sq88w6zwfs6dw87-libpng-apng-1.6.39/lib/libpng.so (found version "1.6.39") -- Found OpenGL: /nix/store/rwhr653pnlaw4dc106apqfmvprw2hk22-libGL-1.6.0/lib/libOpenGL.so -- Found X11: /nix/store/zk9v0nr5zdfi1ybkhcfifmxsng7hfl23-xorgproto-2021.5/include -- Looking for XOpenDisplay in /nix/store/idj6yy3j1gxd4d6z0vy4smm9as6d9iyg-libX11-1.8.6/lib/libX11.so -- Looking for XOpenDisplay in /nix/store/idj6yy3j1gxd4d6z0vy4smm9as6d9iyg-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!