about summary refs log tree commit diff
path: root/pkgs/applications/graphics/scantailor
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2017-01-10 00:14:21 +0100
committerLluís Batlle i Rossell <viric@viric.name>2017-01-28 20:12:51 +0100
commitaeb1dff13d648c927c49a18fe0622e8574ca982c (patch)
tree7604fbd1f1e7ce3cb10912bec63f6422e3e39b1d /pkgs/applications/graphics/scantailor
parentfc83bdc14713d2e767519d32b71cd07a641ad66a (diff)
Update scantailor
Diffstat (limited to 'pkgs/applications/graphics/scantailor')
-rw-r--r--pkgs/applications/graphics/scantailor/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/scantailor/default.nix b/pkgs/applications/graphics/scantailor/default.nix
index 36f7545a0536a..ec7af88290739 100644
--- a/pkgs/applications/graphics/scantailor/default.nix
+++ b/pkgs/applications/graphics/scantailor/default.nix
@@ -1,15 +1,17 @@
 {stdenv, fetchurl, qt4, cmake, libjpeg, libtiff, boost }:
 
 stdenv.mkDerivation rec {
-  name = "scantailor-0.9.11.1";
+  name = "scantailor-0.9.12.1";
 
   src = fetchurl {
-    url = "https://github.com/scantailor/scantailor/archive/RELEASE_0_9_11_1.tar.gz";
-    sha256 = "1z06yg228r317m8ab3mywg0wbpj0x2llqj187bh4g3k4xc2fcm8m";
+    url = "https://github.com/scantailor/scantailor/archive/RELEASE_0_9_12_1.tar.gz";
+    sha256 = "1pjx3a6hs16az6rki59bchy3biy7jndjx8r125q01aq7lbf5npgg";
   };
 
   buildInputs = [ qt4 cmake libjpeg libtiff boost ];
 
+  enableParallelBuilding = true;
+
   meta = {
     homepage = http://scantailor.org/;
     description = "Interactive post-processing tool for scanned pages";