ogre1_9 1.9.1 -> 13.6.1 https://github.com/OGRECave/ogre/releases attrpath: ogre1_9 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/ogre/1.9.x.nix b/pkgs/development/libraries/ogre/1.9.x.nix index 7548ed48e7a..528b8a6bd99 100644 --- a/pkgs/development/libraries/ogre/1.9.x.nix +++ b/pkgs/development/libraries/ogre/1.9.x.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "ogre"; - version = "1.9.1"; + version = "13.6.1"; src = fetchFromGitHub { owner = "OGRECave"; repo = "ogre"; rev = "v${version}"; - sha256 = "11lfgzqaps3728dswrq3cbwk7aicigyz08q4hfyy6ikc6m35r4wg"; + sha256 = "sha256-UG/vwLE80Ski9NwMj9E5+PoLU6rSCdJrSmQOmmFv66U="; }; # fix for ARM. sys/sysctl.h has moved in later glibcs, and 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 ogre1_9 nix build failed. + Tools Building core features: + Mesh Lod + DDS image codec (.dds) + ETC image codec (.pkm, .ktx) + ASTC image codec (.astc) + ZIP archives + Multi-threaded WorkQueue Build type: shared Use double precision: disabled Assert mode: exceptions ---------------------------------------------------------------------------- -- Configuring done CMake Error at Components/Overlay/CMakeLists.txt:46 (add_library): Cannot find source file: /build/source/build/imgui-1.87/imgui.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc  CMake Error at Components/Overlay/CMakeLists.txt:46 (add_library): No SOURCES given to target: OgreOverlay  CMake Generate step failed. Build files cannot be regenerated correctly.