libgcrypt: 1.9.2 -> 1.9.3

This commit is contained in:
R. RyanTM 2021-04-30 18:17:54 +00:00 committed by Jonathan Ringer
parent d8e8c257f3
commit 3f398ec167

View file

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