opencolorio: update from 1.0.8 to 1.0.9
This commit is contained in:
parent
927ed152f4
commit
f2b59904e5
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocio-${version}";
|
name = "ocio-${version}";
|
||||||
version = "1.0.8";
|
version = "1.0.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/imageworks/OpenColorIO/archive/v1.0.8.zip";
|
url = "https://github.com/imageworks/OpenColorIO/archive/v1.0.9.zip";
|
||||||
sha256 = "1l70bf40dz2znm9rh3r6xs9d6kp719y1djayb7dc89khfqqbx2di";
|
sha256 = "14j80dgbb6f09z63aqh2874vhzpga6zksz8jmqnj1zh87x15pqnr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake unzip ];
|
buildInputs = [ cmake unzip ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user