libngspice: 40 -> 41

This commit is contained in:
R. Ryantm 2023-08-29 15:24:44 +00:00
parent dba6d77ad2
commit e0452294a9

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "${lib.optionalString withNgshared "lib"}ngspice"; pname = "${lib.optionalString withNgshared "lib"}ngspice";
version = "40"; version = "41";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz"; url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
hash = "sha256-4wPKe8D1lOLWqoT2h4VCPmvwyNrQCbsgvk1XQliOiQ0="; hash = "sha256-HOIZOV0vUMM+siOhQD+DGLFo8ebRAVp9udv0OUCN6MQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [