3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #47742 from r-ryantm/auto-update/openshadinglanguage

osl: 1.9.9 -> 1.9.10
This commit is contained in:
Renaud 2018-11-18 00:50:57 +01:00 committed by GitHub
commit 526ab5723a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@ in clangStdenv.mkDerivation rec {
# In theory this could use GCC + Clang rather than just Clang,
# but https://github.com/NixOS/nixpkgs/issues/29877 stops this
name = "openshadinglanguage-${version}";
version = "1.9.9";
version = "1.9.10";
src = fetchFromGitHub {
owner = "imageworks";
repo = "OpenShadingLanguage";
rev = "Release-1.9.9";
sha256 = "1w6wbz013nirzsiw11c9dpdkcwlfncs5va8q583pdw0q2pfkj5dn";
rev = "Release-1.9.10";
sha256 = "1iaw3pgh0h53gxk3bl148n1lfr54cx2yv0gnx2rjp2m5599acbz4";
};
cmakeFlags = [ "-DUSE_BOOST_WAVE=ON" "-DENABLERTTI=ON" ];