lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

opencolorio: update from 1.0.8 to 1.0.9

+3 -3
+3 -3
pkgs/development/libraries/opencolorio/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "ocio-${version}"; 5 - version = "1.0.8"; 5 + version = "1.0.9"; 6 6 7 7 src = fetchurl { 8 - url = "https://github.com/imageworks/OpenColorIO/archive/v1.0.8.zip"; 9 - sha256 = "1l70bf40dz2znm9rh3r6xs9d6kp719y1djayb7dc89khfqqbx2di"; 8 + url = "https://github.com/imageworks/OpenColorIO/archive/v1.0.9.zip"; 9 + sha256 = "14j80dgbb6f09z63aqh2874vhzpga6zksz8jmqnj1zh87x15pqnr"; 10 10 }; 11 11 12 12 buildInputs = [ cmake unzip ];