Merge pull request #52287 from r-ryantm/auto-update/libgnurl

libgnurl: 7.61.1 -> 7.62.0
This commit is contained in:
Renaud 2018-12-17 16:24:31 +01:00 committed by GitHub
commit bba9d24887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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