Commit d3d67e08 authored by Scott Worley's avatar Scott Worley
Browse files

opentoonz: 1.5.0 -> 1.6.0

parent 23df0d63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

{ fetchFromGitHub, }: rec {
  versions = {
    opentoonz = "1.5.0";
    opentoonz = "1.6.0";
    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-8QZyIMYDqvhQUW5etSjugQRBWhsN3w/QUGC0RfnqYDc=";
  };
}