ipe: version 7.1.8
This commit is contained in:
parent
df5f0cfb7c
commit
cce9a0f4d8
@ -2,11 +2,11 @@
|
|||||||
, makeWrapper }:
|
, makeWrapper }:
|
||||||
let ghostscript = ghostscriptX; in
|
let ghostscript = ghostscriptX; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ipe-7.1.2";
|
name = "ipe-7.1.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/ipe7/ipe/7.1.0/${name}-src.tar.gz";
|
url = "http://github.com/otfried/ipe/raw/master/releases/7.1/${name}-src.tar.gz";
|
||||||
sha256 = "04fs5slci3bmpgz8d038h3hnzzdw57xykcpsmisdxci2xrkxx41k";
|
sha256 = "1zx6dyr1rb6m6rvawagg9f8bc2li9nbighv2dglzjbh11bxqsyva";
|
||||||
};
|
};
|
||||||
|
|
||||||
# changes taken from Gentoo portage
|
# changes taken from Gentoo portage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user