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
This commit is contained in:
parent
3e3a9e661d
commit
56e1bdc7f9
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user