Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

osl: 1.10.5 -> 1.10.6

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openshadinglanguage/versions

+3 -3
+3 -3
pkgs/development/compilers/osl/default.nix
··· 8 8 # In theory this could use GCC + Clang rather than just Clang, 9 9 # but https://github.com/NixOS/nixpkgs/issues/29877 stops this 10 10 name = "openshadinglanguage-${version}"; 11 - version = "1.10.5"; 11 + version = "1.10.6"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "imageworks"; 15 15 repo = "OpenShadingLanguage"; 16 - rev = "Release-1.10.5"; 17 - sha256 = "1g7izkjqb5xmp87k2aw0fgkxhcf7b9jn9hi60lwav3yhs50j8qsi"; 16 + rev = "Release-1.10.6"; 17 + sha256 = "1g8g853iq56knlvn1hdsck78by3843vyly9wji5ip41r6i2s0zla"; 18 18 }; 19 19 20 20 cmakeFlags = [ "-DUSE_BOOST_WAVE=ON" "-DENABLERTTI=ON" ];