libgcrypt: 1.8.5 -> 1.8.6

See https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00001.html
for release information
gstqt5
Lancelot SIX 2020-07-06 21:32:16 +01:00
parent 573bff4f04
commit a60b186011
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047
1 changed files with 2 additions and 2 deletions

View File

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