ng-spice-rework: update to version 24

This commit is contained in:
Peter Simons 2012-10-28 17:27:13 +01:00
parent b0cafe41ce
commit 29035e15a4

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, readline, bison, libX11, libICE, libXaw, libXext}:
stdenv.mkDerivation {
name = "ng-spice-rework-21";
name = "ng-spice-rework-24";
src = fetchurl {
url = mirror://sourceforge/ngspice/ng-spice-rework-21.tar.gz;
sha256 = "1hmvfl33dszy8xgbixx0zmiz4rdzjhl7lwlwm953jibd4dgx42j5";
url = "mirror://sourceforge/ngspice/ngspice-24.tar.gz";
sha256 = "0rgh75hbqrsljz767whbj65wi6369yc286v0qk8jxnv2da7p9ll6";
};
buildInputs = [ readline libX11 bison libICE libXaw libXext ];
@ -14,7 +14,7 @@ stdenv.mkDerivation {
meta = {
description = "The Next Generation Spice (Electronic Circuit Simulator).";
homepage = http://ngspice.sourceforge.net;
homepage = "http://ngspice.sourceforge.net";
license = ["BSD" "GPLv2"];
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;