From 29035e15a4f73f954975844e5110d7edc08797db Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 28 Oct 2012 17:27:13 +0100 Subject: [PATCH] ng-spice-rework: update to version 24 --- pkgs/applications/science/electronics/ngspice/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/science/electronics/ngspice/default.nix b/pkgs/applications/science/electronics/ngspice/default.nix index c7ddceb6b87..70153eee61b 100644 --- a/pkgs/applications/science/electronics/ngspice/default.nix +++ b/pkgs/applications/science/electronics/ngspice/default.nix @@ -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;