mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
osl: 1.10.8 -> 1.10.9
This commit is contained in:
parent
27e52e8ff8
commit
b0489dc6d0
@ -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.8";
|
version = "1.10.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "imageworks";
|
owner = "imageworks";
|
||||||
repo = "OpenShadingLanguage";
|
repo = "OpenShadingLanguage";
|
||||||
rev = "Release-1.10.8";
|
rev = "Release-1.10.9";
|
||||||
sha256 = "1vfdbs1yprr22nx64ff89jcqabfw0md8drifpbzqn2v6ipc8gz6a";
|
sha256 = "1dwf10f2fpxc55pymwkapql20nc462mq61hv21c527994c2qp1ll";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = [ "-DUSE_BOOST_WAVE=ON" "-DENABLERTTI=ON" ];
|
cmakeFlags = [ "-DUSE_BOOST_WAVE=ON" "-DENABLERTTI=ON" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user