about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2022-04-09 20:19:14 +0100
committerGitHub <noreply@github.com>2022-04-09 20:19:14 +0100
commit794ab1902fc648ac7944d527a918dfa9f6684dbc (patch)
treecd3f5873acb2b923059b2265f33b58db2ac70f7b /pkgs/development
parentd6a504cbff84c5cc9fbd6cf9fdcf202fb059c910 (diff)
parent4b331bea5bcab8c35d3f42ad6fbe5931eaf12dc9 (diff)
Merge pull request #162038 from r-ryantm/auto-update/libngspice
libngspice: 34 -> 36
Diffstat (limited to 'pkgs/development')
-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 2f8aab830da09..e65ec32e34ddd 100644
--- a/pkgs/development/libraries/libngspice/default.nix
+++ b/pkgs/development/libraries/libngspice/default.nix
@@ -4,11 +4,11 @@
 # the ngspice derivation.
 stdenv.mkDerivation rec {
   pname = "libngspice";
-  version = "34";
+  version = "36";
 
   src = fetchurl {
     url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
-    sha256 = "sha256-ImP//GaUdUlyr3By7wHP5irHkIANrWUbwpC/yueb17U=";
+    sha256 = "sha256-T4GCh++6JFNBBGY1t1eugfh5VJsyakMWtfbml6pRf4w=";
   };
 
   nativeBuildInputs = [ flex bison ];