libmicrohttpd: Update to 0.9.43
This commit is contained in:
parent
4b664cb922
commit
a8de8e71d6
@ -1,11 +1,11 @@
|
|||||||
{ lib, stdenv, fetchurl, libgcrypt }:
|
{ lib, stdenv, fetchurl, libgcrypt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libmicrohttpd-0.9.38";
|
name = "libmicrohttpd-0.9.43";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/libmicrohttpd/${name}.tar.gz";
|
url = "mirror://gnu/libmicrohttpd/${name}.tar.gz";
|
||||||
sha256 = "08g7p4l0p2fsjj8ayl68zq1bqgrn0pck19bm8yd7k61whvfv9wld";
|
sha256 = "17q6v5q0jpg57vylby6rx1qkil72bdx8gij1g9m694gxf5sb6js1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libgcrypt ];
|
buildInputs = [ libgcrypt ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user