elfutils: move libmicrohttpd to 0.9.71

This commit is contained in:
Yorick van Pelt 2022-10-09 12:30:27 +02:00
parent 5e48b0da20
commit e907371b61
No known key found for this signature in database
GPG key ID: A36E70F9DC014A15

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, fetchpatch, pkg-config, musl-fts
, musl-obstack, m4, zlib, zstd, bzip2, bison, flex, gettext, xz, setupDebugInfoDirs
, argp-standalone
, enableDebuginfod ? false, sqlite, curl, libmicrohttpd_0_9_70, libarchive
, enableDebuginfod ? false, sqlite, curl, libmicrohttpd, libarchive
, gitUpdater
}:
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
] ++ lib.optionals enableDebuginfod [
sqlite
curl
libmicrohttpd_0_9_70
libmicrohttpd
libarchive
];