Merge #226581: libgcrypt: 1.10.1 -> 1.10.2

...into staging
This commit is contained in:
Vladimír Čunát 2023-04-26 16:00:06 +02:00
commit 0bbc60181f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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