ng-spice-rework: update to version 24
This commit is contained in:
parent
b0cafe41ce
commit
29035e15a4
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, readline, bison, libX11, libICE, libXaw, libXext}:
|
{stdenv, fetchurl, readline, bison, libX11, libICE, libXaw, libXext}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ng-spice-rework-21";
|
name = "ng-spice-rework-24";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/ngspice/ng-spice-rework-21.tar.gz;
|
url = "mirror://sourceforge/ngspice/ngspice-24.tar.gz";
|
||||||
sha256 = "1hmvfl33dszy8xgbixx0zmiz4rdzjhl7lwlwm953jibd4dgx42j5";
|
sha256 = "0rgh75hbqrsljz767whbj65wi6369yc286v0qk8jxnv2da7p9ll6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline libX11 bison libICE libXaw libXext ];
|
buildInputs = [ readline libX11 bison libICE libXaw libXext ];
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The Next Generation Spice (Electronic Circuit Simulator).";
|
description = "The Next Generation Spice (Electronic Circuit Simulator).";
|
||||||
homepage = http://ngspice.sourceforge.net;
|
homepage = "http://ngspice.sourceforge.net";
|
||||||
license = ["BSD" "GPLv2"];
|
license = ["BSD" "GPLv2"];
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user