summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-08-14 22:29:58 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-08-14 22:29:58 -0500
commitcce9a0f4d8638d8ec1006f1fd20495aba370e91a (patch)
tree02774c9d4f4ba0a16bc7bb48d51789754ea23e6e
parentdf5f0cfb7c84fb9c8e18ac08c7e486850384df41 (diff)
downloadnixlib-cce9a0f4d8638d8ec1006f1fd20495aba370e91a.tar
nixlib-cce9a0f4d8638d8ec1006f1fd20495aba370e91a.tar.gz
nixlib-cce9a0f4d8638d8ec1006f1fd20495aba370e91a.tar.bz2
nixlib-cce9a0f4d8638d8ec1006f1fd20495aba370e91a.tar.lz
nixlib-cce9a0f4d8638d8ec1006f1fd20495aba370e91a.tar.xz
nixlib-cce9a0f4d8638d8ec1006f1fd20495aba370e91a.tar.zst
nixlib-cce9a0f4d8638d8ec1006f1fd20495aba370e91a.zip
ipe: version 7.1.8
-rw-r--r--pkgs/applications/graphics/ipe/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/ipe/default.nix b/pkgs/applications/graphics/ipe/default.nix
index f6bc4277d670..8afa8e4389c3 100644
--- a/pkgs/applications/graphics/ipe/default.nix
+++ b/pkgs/applications/graphics/ipe/default.nix
@@ -2,11 +2,11 @@
 , makeWrapper }:
 let ghostscript = ghostscriptX; in
 stdenv.mkDerivation rec {
-  name = "ipe-7.1.2";
+  name = "ipe-7.1.8";
 
   src = fetchurl {
-    url = "mirror://sourceforge/ipe7/ipe/7.1.0/${name}-src.tar.gz";
-    sha256 = "04fs5slci3bmpgz8d038h3hnzzdw57xykcpsmisdxci2xrkxx41k";
+    url = "http://github.com/otfried/ipe/raw/master/releases/7.1/${name}-src.tar.gz";
+    sha256 = "1zx6dyr1rb6m6rvawagg9f8bc2li9nbighv2dglzjbh11bxqsyva";
   };
 
   # changes taken from Gentoo portage