osl 1.11.17.0 -> 1.12.10.0 https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/releases attrpath: osl 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/compilers/osl/default.nix b/pkgs/development/compilers/osl/default.nix index 5f56966cd48..2425374a2ca 100644 --- a/pkgs/development/compilers/osl/default.nix +++ b/pkgs/development/compilers/osl/default.nix @@ -23,13 +23,13 @@ let in stdenv.mkDerivation rec { pname = "openshadinglanguage"; - version = "1.11.17.0"; + version = "1.12.10.0"; src = fetchFromGitHub { owner = "AcademySoftwareFoundation"; repo = "OpenShadingLanguage"; rev = "v${version}"; - sha256 = "sha256-2OOkLnHLz+vmSeEDQl12SrJBTuWwbnvoTatnvm8lpbA="; + sha256 = "sha256-LhLmXvIFTL2AnzdFvZpuksYpT2Y1XUc09UXAJzkQu1o="; }; cmakeFlags = [ 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 osl nix build failed. asked CMake to find a package configuration file provided by "Qt5", but CMake did not find one. Could not find a package configuration file provided by "Qt5" with any of the following names: Qt5Config.cmake qt5-config.cmake Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR" to a directory containing one of the above files. If "Qt5" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): src/cmake/externalpackages.cmake:161 (checked_find_package) CMakeLists.txt:170 (include)  -- Qt5 library not found  --  Try setting Qt5_ROOT ?  -- Found BISON 3.8.2  -- Found FLEX 2.6.4  -- Found pybind11 2.10.3  CMake Error at src/cmake/llvm_macros.cmake:43 (message): You must have a valid llvm bitcode generator (clang++) somewhere. Call Stack (most recent call first): src/liboslexec/CMakeLists.txt:223 (EMBED_LLVM_BITCODE_IN_CPP)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".