about summary refs log tree commit diff
path: root/pkgs/development/compilers/osl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 10:22:12 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 10:22:12 -0700
commit9402d2a01bcc64e3920460b121a14b5d4dcb7d03 (patch)
tree1b86d0bec5e2c86ebdedaff4c353b127bad76253 /pkgs/development/compilers/osl
parenta381d42221b9fcd171fd892c75b6ea83eda36adb (diff)
osl: 1.10.2 -> 1.10.4
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
Diffstat (limited to 'pkgs/development/compilers/osl')
-rw-r--r--pkgs/development/compilers/osl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/osl/default.nix b/pkgs/development/compilers/osl/default.nix
index ddfd5d0a3fdfb..a498eafd4254d 100644
--- a/pkgs/development/compilers/osl/default.nix
+++ b/pkgs/development/compilers/osl/default.nix
@@ -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.10.2";
+  version = "1.10.4";
 
   src = fetchFromGitHub {
     owner = "imageworks";
     repo = "OpenShadingLanguage";
-    rev = "Release-1.10.2";
-    sha256 = "1549hav5nd67a3cmhbalyaqhs39dh7w0nilf91pypnadrl1g03k7";
+    rev = "Release-1.10.4";
+    sha256 = "0qarxlm139y5sb9dd9rrljb2xnz8mvyfj497via6yqgwy90zr26g";
   };
 
   cmakeFlags = [ "-DUSE_BOOST_WAVE=ON" "-DENABLERTTI=ON" ];