libgcrypt: 1.9.3 -> 1.9.4

(cherry picked from commit e75b181a6a732e942f7ce66901e1fb806dde0204)
This commit is contained in:
Robert Scott 2021-09-07 20:55:37 +01:00 committed by github-actions[bot]
parent feaee24fe8
commit 0f6e8f74d2
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ assert enableCapabilities -> stdenv.isLinux;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libgcrypt"; pname = "libgcrypt";
version = "1.9.3"; version = "1.9.4";
src = fetchurl { src = fetchurl {
url = "mirror://gnupg/libgcrypt/${pname}-${version}.tar.bz2"; url = "mirror://gnupg/libgcrypt/${pname}-${version}.tar.bz2";
sha256 = "sha256-l+vk+U4vfjW3UhlM4VoPPGYyTg/2ryZlm7+1/y7DKP0="; sha256 = "1xxabjv45zlxyryiwhmbfblsx41kl267wsb78bny6m14ly1rr17a";
}; };
outputs = [ "out" "dev" "info" ]; outputs = [ "out" "dev" "info" ];