libgcrypt: 1.9.4 -> 1.10.1

See https://mail.gnu.org/archive/html/info-gnu/2022-03/msg00007.html for
release information.

This release should fix build issues with MUSL libc which did prevent
1.10.0 from being merged.
This commit is contained in:
Lancelot SIX 2022-03-29 19:31:01 +01:00
parent e9cfdc6b77
commit 462d460dae

View file

@ -15,11 +15,11 @@ assert enableCapabilities -> stdenv.isLinux;
stdenv.mkDerivation rec {
pname = "libgcrypt";
version = "1.9.4";
version = "1.10.1";
src = fetchurl {
url = "mirror://gnupg/libgcrypt/${pname}-${version}.tar.bz2";
sha256 = "1xxabjv45zlxyryiwhmbfblsx41kl267wsb78bny6m14ly1rr17a";
hash = "sha256-7xSuVGsAhM2EJZ9hpV4Ho4w7U6/A9Ua//O8vAbr/6d4=";
};
outputs = [ "out" "dev" "info" ];