tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
libngspice: 40 -> 41
R. Ryantm
2 years ago
e0452294
dba6d77a
+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
···
11
12
stdenv.mkDerivation rec {
13
pname = "${lib.optionalString withNgshared "lib"}ngspice";
14
-
version = "40";
15
16
src = fetchurl {
17
url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
18
-
hash = "sha256-4wPKe8D1lOLWqoT2h4VCPmvwyNrQCbsgvk1XQliOiQ0=";
19
};
20
21
nativeBuildInputs = [
···
11
12
stdenv.mkDerivation rec {
13
pname = "${lib.optionalString withNgshared "lib"}ngspice";
14
+
version = "41";
15
16
src = fetchurl {
17
url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
18
+
hash = "sha256-HOIZOV0vUMM+siOhQD+DGLFo8ebRAVp9udv0OUCN6MQ=";
19
};
20
21
nativeBuildInputs = [