libgnurl: 7.63.0 -> 7.64.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgnurl/versions
This commit is contained in:
R. RyanTM 2019-03-10 05:58:15 -07:00
parent 213d6dd6ac
commit e53b5aaf2c

View File

@ -2,13 +2,13 @@
libidn2, libunistring, nghttp2 }:
stdenv.mkDerivation rec {
version = "7.63.0";
version = "7.64.0";
name = "libgnurl-${version}";
src = fetchurl {
url = "mirror://gnu/gnunet/gnurl-${version}.tar.gz";
sha256 = "15y4yjy67n3c57kp0yszklcrz2nickrvjvd6laizs6kdbpixjdfl";
sha256 = "0pvmbi32lixcpk10prplmwrmi4wzp3bc1aiyhr552kx0wqdqmdk8";
};
nativeBuildInputs = [ libtool groff perl pkgconfig python2 ];