mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
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.mkDerivation {
|
||||
name = "pstoedit-3.50";
|
||||
name = "pstoedit-3.62";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/pstoedit/pstoedit-3.50.tar.gz;
|
||||
sha256 = "04ap21fxj2zn6vj9mv7zknj4svcbkb1gxwfzxkw5i0sksx969c92";
|
||||
url = mirror://sourceforge/pstoedit/pstoedit-3.62.tar.gz;
|
||||
sha256 = "0j410dm9nqwa7n03yiyz0jwvln0jlqc3n9iv4nls33yl6x3c8x40";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ghostscript gd zlib plotutils ];
|
||||
|
|
Loading…
Reference in a new issue