about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-05 01:14:02 +0100
committerGitHub <noreply@github.com>2024-01-05 01:14:02 +0100
commit577f77cc760347a64e56b3ed4f36d4500ff2b9a9 (patch)
tree737f97b514203c0b0e8dd0f99a5f1f922cc8998a
parentac8ebafd4fef75fc431e4a68929209165c1d5a7c (diff)
parentf038ea19d19e69cb6acf8e2b25ff4dcffb16c027 (diff)
Merge pull request #277253 from r-ryantm/auto-update/libngspice
libngspice: 41 -> 42
-rw-r--r--pkgs/development/libraries/libngspice/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libngspice/default.nix b/pkgs/development/libraries/libngspice/default.nix
index 4807c1c55142a..840ff2177d850 100644
--- a/pkgs/development/libraries/libngspice/default.nix
+++ b/pkgs/development/libraries/libngspice/default.nix
@@ -11,11 +11,11 @@
 
 stdenv.mkDerivation rec {
   pname = "${lib.optionalString withNgshared "lib"}ngspice";
-  version = "41";
+  version = "42";
 
   src = fetchurl {
     url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
-    hash = "sha256-HOIZOV0vUMM+siOhQD+DGLFo8ebRAVp9udv0OUCN6MQ=";
+    hash = "sha256-c3/jhGqyMzolDfrfHtbr4YYK8dil/154A8dyzEJW5Qo=";
   };
 
   nativeBuildInputs = [