Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libngspice: 40 -> 41

+2 -2
+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 = [