Merge pull request #48389 from r-ryantm/auto-update/openimageio

openimageio: 1.8.14 -> 1.8.15
This commit is contained in:
Jörg Thalheim 2018-10-19 11:34:11 +01:00 committed by GitHub
commit 4f3a0a394d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "openimageio-${version}";
version = "1.8.14";
version = "1.8.15";
src = fetchFromGitHub {
owner = "OpenImageIO";
repo = "oiio";
rev = "Release-${version}";
sha256 = "07axn7bziy9h5jawpwcchag0nkczivaajsw69mxgmr508gw9r0xn";
sha256 = "0fbl5rzmip5q155lfsr07n65dnhww1kw97masps1i1x40gq15czx";
};
outputs = [ "bin" "out" "dev" "doc" ];