xcircuit: 3.9.73 -> 3.10.12, maintain

Signed-off-by: Austin Seipp <aseipp@pobox.com>
gstqt5
Austin Seipp 2020-03-25 17:43:53 -05:00
parent bf035ab2f4
commit 517fd073fc
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
, cairo, ghostscript, ngspice, tcl, tk, xorg, zlib }:
let
version = "3.9.73";
version = "3.10.12";
name = "xcircuit-${version}";
inherit (stdenv.lib) getBin;
@ -11,7 +11,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url = "http://opencircuitdesign.com/xcircuit/archive/${name}.tgz";
sha256 = "1kj9hayipplzm4960kx48vxddqj154qnxkccaqj9cnkp62b7q3jg";
sha256 = "1h1ywc3mr7plvwnhdii2zgnnv5ih2nhyl4qbdjpi83dq0aq1s2mn";
};
nativeBuildInputs = [ autoreconfHook automake pkgconfig ];
@ -30,6 +30,6 @@ in stdenv.mkDerivation {
homepage = http://opencircuitdesign.com/xcircuit;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.spacefrogg ];
maintainers = with maintainers; [ spacefrogg thoughtpolice ];
};
}