From 56e1bdc7f9ccd0218acac2cbf29957a8c65e9990 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 14 Jun 2018 04:04:32 -0700 Subject: libidn: 1.34 -> 1.35 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libidn/versions. These checks were done: - built on NixOS - /nix/store/74ylmqv8lbdh5c5l21yy1d0g3p78rnmq-libidn-1.35-bin/bin/idn 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.35 with grep in /nix/store/74ylmqv8lbdh5c5l21yy1d0g3p78rnmq-libidn-1.35-bin - directory tree listing: https://gist.github.com/e62fc683ce58596153fc60c5831317bc - du listing: https://gist.github.com/1311ee90f306cce173678e131729d694 --- pkgs/development/libraries/libidn/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries') diff --git a/pkgs/development/libraries/libidn/default.nix b/pkgs/development/libraries/libidn/default.nix index b6f08a9206ee..66ae352525ff 100644 --- a/pkgs/development/libraries/libidn/default.nix +++ b/pkgs/development/libraries/libidn/default.nix @@ -1,11 +1,11 @@ { fetchurl, stdenv, libiconv }: stdenv.mkDerivation rec { - name = "libidn-1.34"; + name = "libidn-1.35"; src = fetchurl { url = "mirror://gnu/libidn/${name}.tar.gz"; - sha256 = "0g3fzypp0xjcgr90c5cyj57apx1cmy0c6y9lvw2qdcigbyby469p"; + sha256 = "07pyy0afqikfq51z5kbzbj9ldbd12mri0zvx0mfv3ds6bc0g26pi"; }; outputs = [ "bin" "dev" "out" "info" "devdoc" ]; -- cgit 1.4.1