about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index a3910fae2bf62..e34d4592f9160 100644
--- a/pkgs/applications/graphics/inkscape/default.nix
+++ b/pkgs/applications/graphics/inkscape/default.nix
@@ -4,11 +4,11 @@
 , gsl, python, pyxml, lxml }:
 
 stdenv.mkDerivation rec {
-  name = "inkscape-0.47";
+  name = "inkscape-0.48.0";
 
   src = fetchurl {
-    url = "mirror://sourceforge/inkscape/${name}.tar.gz";
-    sha256 = "15wvcllq0nj69hkyanzvxbjhlq06cwabqabaa54n5n4307hrp2g5";
+    url = "mirror://sourceforge/inkscape/${name}.tar.bz2";
+    sha256 = "0w72xf76vxpm3fpslmix0x71l2rd2sdhrvgwx2vk7hxfjqdxib1n";
   };
 
   patches = [ ./configure-python-libs.patch ];