forked from mirrors/nixpkgs
libngspice: 28 -> 29
* libngspice: 28 -> 29 (#50685) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libngspice/versions * libngspice: refresh meta.license See: https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
This commit is contained in:
parent
98a2a5b537
commit
fc14aebab8
|
@ -3,11 +3,11 @@
|
||||||
# Note that this does not provide the ngspice command-line utility. For that see
|
# Note that this does not provide the ngspice command-line utility. For that see
|
||||||
# the ngspice derivation.
|
# the ngspice derivation.
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libngspice-28";
|
name = "libngspice-29";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/ngspice/ngspice-28.tar.gz";
|
url = "mirror://sourceforge/ngspice/ngspice-29.tar.gz";
|
||||||
sha256 = "0rnz2rdgyav16w7wfn3sfrk2lwvvgz1fh0l9107zkcldijklz04l";
|
sha256 = "0jjwz73naq7l9yhwdqbpnrfckywp2ffkppivxjv8w92zq7xhyvcd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flex bison ];
|
nativeBuildInputs = [ flex bison ];
|
||||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
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 = with licenses; [ "BSD" gpl2 ];
|
license = with licenses; [ bsd3 gpl2Plus lgpl2Plus ]; # See https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
|
||||||
maintainers = with maintainers; [ bgamari ];
|
maintainers = with maintainers; [ bgamari ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue