summary refs log tree commit diff
path: root/pkgs/development/compilers/osl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 03:46:22 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 03:46:22 -0700
commit09d2e9faf46763e9887622c0d9174bb5061e1a51 (patch)
tree1177bbc986c9455fd653ced1c5377d879aadbb56 /pkgs/development/compilers/osl
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
downloadnixpkgs-09d2e9faf46763e9887622c0d9174bb5061e1a51.tar
nixpkgs-09d2e9faf46763e9887622c0d9174bb5061e1a51.tar.gz
nixpkgs-09d2e9faf46763e9887622c0d9174bb5061e1a51.tar.bz2
nixpkgs-09d2e9faf46763e9887622c0d9174bb5061e1a51.tar.lz
nixpkgs-09d2e9faf46763e9887622c0d9174bb5061e1a51.tar.xz
nixpkgs-09d2e9faf46763e9887622c0d9174bb5061e1a51.tar.zst
nixpkgs-09d2e9faf46763e9887622c0d9174bb5061e1a51.zip
osl: 1.10.4 -> 1.10.5
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 a498eafd425..ff4e387f07e 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.4";
+  version = "1.10.5";
 
   src = fetchFromGitHub {
     owner = "imageworks";
     repo = "OpenShadingLanguage";
-    rev = "Release-1.10.4";
-    sha256 = "0qarxlm139y5sb9dd9rrljb2xnz8mvyfj497via6yqgwy90zr26g";
+    rev = "Release-1.10.5";
+    sha256 = "1g7izkjqb5xmp87k2aw0fgkxhcf7b9jn9hi60lwav3yhs50j8qsi";
   };
 
   cmakeFlags = [ "-DUSE_BOOST_WAVE=ON" "-DENABLERTTI=ON" ];