Unverified Commit dd2aae3d authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #257344 from chkno/opentoonz-1.7

opentoonz: Fix and 1.5 -> 1.7
parents 22ec091a 1ac99a16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
  ];
+2 −2
Original line number Diff line number Diff line
@@ -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=";
  };
}