mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
libngspice: 37 -> 40
This commit is contained in:
parent
a3fe093364
commit
2fc3941121
@ -4,11 +4,11 @@
|
|||||||
# the ngspice derivation.
|
# the ngspice derivation.
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libngspice";
|
pname = "libngspice";
|
||||||
version = "37";
|
version = "40";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
|
url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
|
||||||
sha256 = "1gpcic6b6xk3g4956jcsqljf33kj5g43cahmydq6m8rn39sadvlv";
|
sha256 = "sha256-4wPKe8D1lOLWqoT2h4VCPmvwyNrQCbsgvk1XQliOiQ0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flex bison ];
|
nativeBuildInputs = [ flex bison ];
|
||||||
|
Loading…
Reference in New Issue
Block a user