libmicrohttpd: 0.9.62 -> 0.9.63

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
This commit is contained in:
R. RyanTM 2019-03-10 12:54:48 -07:00 committed by Frederik Rietdijk
parent 460bb21787
commit 6a43fe0173

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libmicrohttpd-${version}";
version = "0.9.62";
version = "0.9.63";
src = fetchurl {
url = "mirror://gnu/libmicrohttpd/${name}.tar.gz";
sha256 = "0jfvi1fb4im3a3m8qishbmzx3zch993c0mhvl2k92l1zf1yhjgmx";
sha256 = "173lj66crwvhzwp1r812sc5h1hda7g6lb9l1y5zf7w3pw4dnzhrp";
};
outputs = [ "out" "dev" "devdoc" "info" ];