ngspice: 25 -> 26

This commit is contained in:
Rongcui Dong 2017-02-01 14:13:35 -08:00 committed by Bjørn Forsman
parent 15bc80f3b9
commit 7ea20c9e27

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, readline, bison, libX11, libICE, libXaw, libXext}:
stdenv.mkDerivation {
name = "ngspice-25";
name = "ngspice-26";
src = fetchurl {
url = "mirror://sourceforge/ngspice/ngspice-25.tar.gz";
sha256 = "03hlxwvl2j1wlb5yg4swvmph9gja37c2gqvwvzv6z16vg2wvn06h";
url = "mirror://sourceforge/ngspice/ngspice-26.tar.gz";
sha256 = "51e230c8b720802d93747bc580c0a29d1fb530f3dd06f213b6a700ca9a4d0108";
};
buildInputs = [ readline libX11 bison libICE libXaw libXext ];
@ -16,7 +16,7 @@ stdenv.mkDerivation {
description = "The Next Generation Spice (Electronic Circuit Simulator)";
homepage = "http://ngspice.sourceforge.net";
license = with licenses; [ "BSD" gpl2 ];
maintainers = with maintainers; [ viric ];
maintainers = with maintainers; [ viric rongcuid ];
platforms = platforms.linux;
};
}