mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
osl: 1.10.7 -> 1.10.8
This commit is contained in:
parent
51ef7c3e49
commit
8f4cbf5b8e
@ -8,13 +8,13 @@ in clangStdenv.mkDerivation rec {
|
|||||||
# In theory this could use GCC + Clang rather than just Clang,
|
# In theory this could use GCC + Clang rather than just Clang,
|
||||||
# but https://github.com/NixOS/nixpkgs/issues/29877 stops this
|
# but https://github.com/NixOS/nixpkgs/issues/29877 stops this
|
||||||
name = "openshadinglanguage-${version}";
|
name = "openshadinglanguage-${version}";
|
||||||
version = "1.10.7";
|
version = "1.10.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "imageworks";
|
owner = "imageworks";
|
||||||
repo = "OpenShadingLanguage";
|
repo = "OpenShadingLanguage";
|
||||||
rev = "Release-1.10.7";
|
rev = "Release-1.10.8";
|
||||||
sha256 = "15grach34grp8x65sq8xzs2s6nfzjhn4blpfnaicw46jdi4c2w59";
|
sha256 = "1vfdbs1yprr22nx64ff89jcqabfw0md8drifpbzqn2v6ipc8gz6a";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = [ "-DUSE_BOOST_WAVE=ON" "-DENABLERTTI=ON" ];
|
cmakeFlags = [ "-DUSE_BOOST_WAVE=ON" "-DENABLERTTI=ON" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user