summary refs log tree commit diff
path: root/pkgs/development/libraries/libndp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-18 14:11:57 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-18 23:11:57 +0200
commitfce64047333b5d51fd3746d328cc82c154e791d3 (patch)
tree81a58b49c51b5f4f84f4a486cfaad44451da44d4 /pkgs/development/libraries/libndp
parent07ff2c27f115b5cbd01f064836253421d22e4904 (diff)
downloadnixlib-fce64047333b5d51fd3746d328cc82c154e791d3.tar
nixlib-fce64047333b5d51fd3746d328cc82c154e791d3.tar.gz
nixlib-fce64047333b5d51fd3746d328cc82c154e791d3.tar.bz2
nixlib-fce64047333b5d51fd3746d328cc82c154e791d3.tar.lz
nixlib-fce64047333b5d51fd3746d328cc82c154e791d3.tar.xz
nixlib-fce64047333b5d51fd3746d328cc82c154e791d3.tar.zst
nixlib-fce64047333b5d51fd3746d328cc82c154e791d3.zip
libndp: 1.6 -> 1.7 (#42003)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7/bin/ndptool passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.7 with grep in /nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7
- directory tree listing: https://gist.github.com/7b9d9ce7d36f0cafaa401244d6a6230f
- du listing: https://gist.github.com/b53fc0582f55a83e692df8f85c980447
Diffstat (limited to 'pkgs/development/libraries/libndp')
-rw-r--r--pkgs/development/libraries/libndp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libndp/default.nix b/pkgs/development/libraries/libndp/default.nix
index 888fe423b47c..78304246f12b 100644
--- a/pkgs/development/libraries/libndp/default.nix
+++ b/pkgs/development/libraries/libndp/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "libndp-1.6";
+  name = "libndp-1.7";
 
   src = fetchurl {
     url = "http://libndp.org/files/${name}.tar.gz";
-    sha256 = "03mczwrxqbp54msafxzzyhaazkvjdwm2kipjkrb5xg8kw22glz8c";
+    sha256 = "1dlinhl39va00v55qygjc9ap77yqf7xvn4rwmvdr49xhzzxhlj1c";
   };
 
   meta = with stdenv.lib; {