libgnurl: 7.65.3 -> 7.66.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-09-26 12:02:17 -07:00
parent 96ac71d680
commit a468fa8def

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "libgnurl";
version = "7.65.3";
version = "7.66.0";
src = fetchurl {
url = "mirror://gnu/gnunet/gnurl-${version}.tar.gz";
sha256 = "19l7jw3x83qk7yay5968pc39vzvxl55mhn1nmjh51miyda405qa9";
sha256 = "03bkzcld384z7i3zh3k9k3pr0xpyqbcr8cxjqya1zqs5lk7i55x5";
};
nativeBuildInputs = [ libtool groff perl pkgconfig python2 ];