From fce64047333b5d51fd3746d328cc82c154e791d3 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Mon, 18 Jun 2018 14:11:57 -0700 Subject: 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 --- pkgs/development/libraries/libndp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/libndp') diff --git a/pkgs/development/libraries/libndp/default.nix b/pkgs/development/libraries/libndp/default.nix index 888fe423b47c3..78304246f12b1 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; { -- cgit 1.4.1