libgnurl: 7.61.1 -> 7.62.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 2018-12-15 18:28:59 -08:00
parent e0950ae9ad
commit 5276119858

View File

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