libmicrohttpd: update from 0.9.35 to 0.9.37
This commit is contained in:
parent
33038f9ed9
commit
3bd21b9558
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, curl, libgcrypt}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libmicrohttpd-0.9.35";
|
||||
name = "libmicrohttpd-0.9.37";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/libmicrohttpd/${name}.tar.gz";
|
||||
sha256 = "1z0h6llx7pra78358ryi3bdh8p0ns0bn97n6bl0fj6cib9cz2pdw";
|
||||
sha256 = "1p3wnhr43v6vqdgl86r76298wjfxz2ihj9zh9kpz8l7va30br357";
|
||||
};
|
||||
|
||||
buildInputs = [ curl libgcrypt ];
|
||||
|
|
Loading…
Reference in New Issue