about summary refs log tree commit diff
path: root/pkgs/applications/graphics/pencil
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-01-22 01:08:14 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-01-22 01:08:14 +0100
commit4b2f2ccf16f0e231de4edc6b199ed0895df4864f (patch)
treef3eb35f6e0e072f78723e14da097839e04a1219d /pkgs/applications/graphics/pencil
parentd298a961f1db2356495026702dd9bbc396e000af (diff)
pencil: 2.0.18 -> 2.0.21
Diffstat (limited to 'pkgs/applications/graphics/pencil')
-rw-r--r--pkgs/applications/graphics/pencil/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/applications/graphics/pencil/default.nix b/pkgs/applications/graphics/pencil/default.nix
index 7d9b77e9661e3..5b1f79a6c4fd6 100644
--- a/pkgs/applications/graphics/pencil/default.nix
+++ b/pkgs/applications/graphics/pencil/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, makeWrapper, xulrunner }:
 
 stdenv.mkDerivation rec {
-  version = "2.0.18";
+  version = "2.0.21";
   name = "pencil-${version}";
 
   src = fetchurl {
     url = "https://github.com/prikhi/pencil/releases/download/v${version}/Pencil-${version}-linux-pkg.tar.gz";
-    sha256 = "0x0kibb2na12fwl0x68xhkjpbm5h2widm346cx2r29gp1kq9kklc";
+    sha256 = "0xq3gczqy7gzf1997qxdql5z7qqk1vabr0rzgakmsi4dq2q4d3kq";
   };
 
   buildPhase = "";
@@ -32,8 +32,5 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2; # Commercial license is also available
     maintainers = with maintainers; [ bjornfor prikhi ];
     platforms = platforms.linux;
-    # See https://github.com/prikhi/pencil/issues/840
-    # ("Error: Platform version '47.0' is not compatible with minVersion >= 36.0 maxVersion <= 46.*")
-    broken = true;
   };
 }