libgcrypt: 1.8.7 -> 1.9.1

This is NOT a security update for us, even though 1.9.1 fixes a
security issue in 1.9.0, because we never had 1.9.0.
This commit is contained in:
Alyssa Ross 2021-01-29 14:01:27 +00:00
parent 380a5629df
commit 3876bfc65d
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -6,11 +6,11 @@ assert enableCapabilities -> stdenv.isLinux;
stdenv.mkDerivation rec {
pname = "libgcrypt";
version = "1.8.7";
version = "1.9.1";
src = fetchurl {
url = "mirror://gnupg/libgcrypt/${pname}-${version}.tar.bz2";
sha256 = "0j27jxhjay78by940d64778nxwbysxynv5mq6iq1nmlrh810zdq3";
sha256 = "1nb50bgzp83q6r5cz4v40y1mcbhpqwqyxlay87xp1lrbkf5pm9n5";
};
outputs = [ "out" "dev" "info" ];