summary refs log tree commit diff
path: root/pkgs/applications/graphics/inkscape/default.nix
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2017-03-09 01:26:26 +0100
committerJoachim Schiele <js@lastlog.de>2017-03-09 01:26:26 +0100
commit2ab778cc9c784eb2bbb45c6de3212d6df7138262 (patch)
tree5d2c2097ecde38e9ad6f9ac1cbd1e153542c1b15 /pkgs/applications/graphics/inkscape/default.nix
parentdba9ca47f0666cbd83a6b6eeb4efd89c714b03d1 (diff)
downloadnixpkgs-2ab778cc9c784eb2bbb45c6de3212d6df7138262.tar
nixpkgs-2ab778cc9c784eb2bbb45c6de3212d6df7138262.tar.gz
nixpkgs-2ab778cc9c784eb2bbb45c6de3212d6df7138262.tar.bz2
nixpkgs-2ab778cc9c784eb2bbb45c6de3212d6df7138262.tar.lz
nixpkgs-2ab778cc9c784eb2bbb45c6de3212d6df7138262.tar.xz
nixpkgs-2ab778cc9c784eb2bbb45c6de3212d6df7138262.tar.zst
nixpkgs-2ab778cc9c784eb2bbb45c6de3212d6df7138262.zip
inkscape: 0.92.0 -> 0.92.1 (#23652)
Diffstat (limited to 'pkgs/applications/graphics/inkscape/default.nix')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix14
1 files changed, 10 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index 2f72d00bd15..2ab918e99b6 100644
--- a/pkgs/applications/graphics/inkscape/default.nix
+++ b/pkgs/applications/graphics/inkscape/default.nix
@@ -5,18 +5,24 @@
 , libvisio, libcdr, libexif, automake114x, cmake
 }:
 
-let 
+let
   python2Env = python2.withPackages(ps: with ps; [ numpy lxml ]);
 in
 
 stdenv.mkDerivation rec {
-  name = "inkscape-0.92.0";
+  name = "inkscape-0.92.1";
 
   src = fetchurl {
-    url = "https://inkscape.org/gallery/item/10552/${name}.tar.bz2";
-    sha256 = "0mmssxnxsvb3bpm7ck5pqvwyacrz1nkyacs571jx8j04l1cw3d5q";
+    url = "https://media.inkscape.org/dl/resources/file/${name}.tar_XlpI7qT.bz2";
+    sha256 = "01chr3vh728dkg7l7lilwgmh5nrp784khdhjgpqjbq9dh2zhax15";
   };
 
+  unpackPhase = ''
+    cp $src ${name}.tar.bz2
+    tar xvjf ${name}.tar.bz2 > /dev/null
+    cd ${name}
+  '';
+
   postPatch = ''
     patchShebangs share/extensions
     patchShebangs fix-roff-punct