Merge pull request #257344 from chkno/opentoonz-1.7

opentoonz: Fix and 1.5 -> 1.7
This commit is contained in:
Peder Bergebakken Sundt 2024-03-14 18:36:57 +01:00 committed by GitHub
commit dd2aae3d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,7 @@ in stdenv.mkDerivation rec {
cmakeDir = "../sources";
cmakeFlags = [
"-DCMAKE_SKIP_BUILD_RPATH=ON"
"-DTIFF_INCLUDE_DIR=${libtiff.dev}/include"
"-DTIFF_LIBRARY=${libtiff.out}/lib/libtiff.so"
];

View File

@ -3,7 +3,7 @@
{ fetchFromGitHub, }: rec {
versions = {
opentoonz = "1.5.0";
opentoonz = "1.7.1";
libtiff = "4.0.3"; # The version in thirdparty/tiff-*
};
@ -11,6 +11,6 @@
owner = "opentoonz";
repo = "opentoonz";
rev = "v${versions.opentoonz}";
sha256 = "1rw30ksw3zjph1cwxkfvqj0330v8wd4333gn0fdf3cln1w0549lk";
hash = "sha256-5iXOvh4QTv+G0fjEHU62u7QCee+jbvKhK0+fQXbdJis=";
};
}