about summary refs log tree commit diff
path: root/pkgs/development/libraries/libidn2
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-22 09:20:53 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-22 18:20:53 +0200
commit61a7b056fea8b25c0e5e72931060a5835cf63549 (patch)
tree08d1b00f3224028f07547bb09d41399610f99d63 /pkgs/development/libraries/libidn2
parent23a83fbf863b687d44e8cf030cc537fed049455d (diff)
downloadnixlib-61a7b056fea8b25c0e5e72931060a5835cf63549.tar
nixlib-61a7b056fea8b25c0e5e72931060a5835cf63549.tar.gz
nixlib-61a7b056fea8b25c0e5e72931060a5835cf63549.tar.bz2
nixlib-61a7b056fea8b25c0e5e72931060a5835cf63549.tar.lz
nixlib-61a7b056fea8b25c0e5e72931060a5835cf63549.tar.xz
nixlib-61a7b056fea8b25c0e5e72931060a5835cf63549.tar.zst
nixlib-61a7b056fea8b25c0e5e72931060a5835cf63549.zip
libidn2: 2.0.4 -> 2.0.5 (#40852)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/lqhvipkml1hdjrc7x44a9qx6ib3h7fk4-libidn2-2.0.5-bin/bin/idn2 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 2.0.5 with grep in /nix/store/lqhvipkml1hdjrc7x44a9qx6ib3h7fk4-libidn2-2.0.5-bin
- directory tree listing: https://gist.github.com/e275c93b988cd78a7716800d30d6d315
- du listing: https://gist.github.com/d80481a1635867ebfce278bd1e58d900
Diffstat (limited to 'pkgs/development/libraries/libidn2')
-rw-r--r--pkgs/development/libraries/libidn2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libidn2/default.nix b/pkgs/development/libraries/libidn2/default.nix
index 46cb579c56c4..a100b0cc5932 100644
--- a/pkgs/development/libraries/libidn2/default.nix
+++ b/pkgs/development/libraries/libidn2/default.nix
@@ -4,11 +4,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "libidn2-${version}";
-  version = "2.0.4";
+  version = "2.0.5";
 
   src = fetchurl {
     url = "mirror://gnu/gnu/libidn/${name}.tar.gz";
-    sha256 = "1w6jycr5bbawimhb72wxf9ic92yrhfadahfj0b70myw5n81nnjv4";
+    sha256 = "1f529jxmhj12q7i1gvw2d9i24zbslz3kj91kbgxac7vgi1q93xjk";
   };
 
   outputs = [ "bin" "dev" "out" "info" "devdoc" ];