summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 02:31:16 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 02:31:16 -0700
commit8195e37c14b1c40f49604620e1dd58e8dc8d8c84 (patch)
treebe3fd7b40091239f8999b1bed6613cf76a36b0f4 /pkgs/applications/science
parent07ebb8bb792be16de33596e2cea120eb72b2ec77 (diff)
downloadnixlib-8195e37c14b1c40f49604620e1dd58e8dc8d8c84.tar
nixlib-8195e37c14b1c40f49604620e1dd58e8dc8d8c84.tar.gz
nixlib-8195e37c14b1c40f49604620e1dd58e8dc8d8c84.tar.bz2
nixlib-8195e37c14b1c40f49604620e1dd58e8dc8d8c84.tar.lz
nixlib-8195e37c14b1c40f49604620e1dd58e8dc8d8c84.tar.xz
nixlib-8195e37c14b1c40f49604620e1dd58e8dc8d8c84.tar.zst
nixlib-8195e37c14b1c40f49604620e1dd58e8dc8d8c84.zip
ngspice: 27 -> 28
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ngspice/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/7mjpw971bh37wil41hin4ssn290wr3ad-ngspice-28/bin/cmpp had a zero exit code or showed the expected version
- /nix/store/7mjpw971bh37wil41hin4ssn290wr3ad-ngspice-28/bin/ngspice passed the binary check.
- 1 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 28 with grep in /nix/store/7mjpw971bh37wil41hin4ssn290wr3ad-ngspice-28
- directory tree listing: https://gist.github.com/890c9d6d1b1aa9e86b2f4c8ddf86a36d
- du listing: https://gist.github.com/099b236d47fee839749355d18a841493
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/electronics/ngspice/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/electronics/ngspice/default.nix b/pkgs/applications/science/electronics/ngspice/default.nix
index 96025e8faa62..73e770b63e2d 100644
--- a/pkgs/applications/science/electronics/ngspice/default.nix
+++ b/pkgs/applications/science/electronics/ngspice/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, readline, bison, flex, libX11, libICE, libXaw, libXext, fftw}:
 
 stdenv.mkDerivation {
-  name = "ngspice-27";
+  name = "ngspice-28";
 
   src = fetchurl {
-    url = "mirror://sourceforge/ngspice/ngspice-27.tar.gz";
-    sha256 = "15862npsy5sj56z5yd1qiv3y0fgicrzj7wwn8hbcy89fgbawf20c";
+    url = "mirror://sourceforge/ngspice/ngspice-28.tar.gz";
+    sha256 = "0rnz2rdgyav16w7wfn3sfrk2lwvvgz1fh0l9107zkcldijklz04l";
   };
 
   nativeBuildInputs = [ flex bison ];