tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libngspice: 36 -> 37
authored by
Luz
and committed by
Bjørn Forsman
3 years ago
596bd0fc
4e9d1ca3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libngspice
default.nix
+2
-2
pkgs/development/libraries/libngspice/default.nix
···
4
4
# the ngspice derivation.
5
5
stdenv.mkDerivation rec {
6
6
pname = "libngspice";
7
7
-
version = "36";
7
7
+
version = "37";
8
8
9
9
src = fetchurl {
10
10
url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
11
11
-
sha256 = "sha256-T4GCh++6JFNBBGY1t1eugfh5VJsyakMWtfbml6pRf4w=";
11
11
+
sha256 = "1gpcic6b6xk3g4956jcsqljf33kj5g43cahmydq6m8rn39sadvlv";
12
12
};
13
13
14
14
nativeBuildInputs = [ flex bison ];