pstoedit: update from 3.50 to 3.62
This commit is contained in:
parent
d14df722a7
commit
e816a7fe53
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, ghostscript, gd, zlib, plotutils }:
|
{ stdenv, fetchurl, pkgconfig, ghostscript, gd, zlib, plotutils }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pstoedit-3.50";
|
name = "pstoedit-3.62";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/pstoedit/pstoedit-3.50.tar.gz;
|
url = mirror://sourceforge/pstoedit/pstoedit-3.62.tar.gz;
|
||||||
sha256 = "04ap21fxj2zn6vj9mv7zknj4svcbkb1gxwfzxkw5i0sksx969c92";
|
sha256 = "0j410dm9nqwa7n03yiyz0jwvln0jlqc3n9iv4nls33yl6x3c8x40";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ghostscript gd zlib plotutils ];
|
buildInputs = [ pkgconfig ghostscript gd zlib plotutils ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user