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