osl: fix build, 1.12.13.0 -> 1.12.14.0

This commit is contained in:
ShaddyDC 2023-11-20 09:48:32 +01:00
parent 01c615fb2d
commit 96e3dd4aa1
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -24,13 +24,13 @@ let
in stdenv.mkDerivation rec {
pname = "openshadinglanguage";
version = "1.12.13.0";
version = "1.12.14.0";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "OpenShadingLanguage";
rev = "v${version}";
hash = "sha256-EVV7YHovWwbRju+uv8IK2wpcpoK1ndZ8yNRHzU8LUuE=";
hash = "sha256-x8t7uC4q29MkTCIS1rK0ICw78u5zZG+/zyhwttLOBr4=";
};
cmakeFlags = [

View file

@ -11756,6 +11756,9 @@ with pkgs;
osl = libsForQt5.callPackage ../development/compilers/osl {
boost = boost179;
libclang = llvmPackages_15.libclang;
clang = clang_15;
llvm = llvm_15;
};
osqp = callPackage ../development/libraries/science/math/osqp { };