3
0
Fork 0
forked from mirrors/nixpkgs

libgcrypt: 1.7.6 -> 1.7.7

See https://lists.gnu.org/archive/html/info-gnu/2017-06/msg00001.html
for release announcement.
This commit is contained in:
Lancelot SIX 2017-06-03 21:06:20 +02:00
parent e2b0896cf6
commit b96ba3a17a
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -4,11 +4,11 @@ assert enableCapabilities -> stdenv.isLinux;
stdenv.mkDerivation rec {
name = "libgcrypt-${version}";
version = "1.7.6";
version = "1.7.7";
src = fetchurl {
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
sha256 = "1g05prhgqw4ryd0w433q8nhds0h93kf47hfjagi2r7dghkpaysk2";
sha256 = "16ndaj93asw122mwjz172x2ilpm03w1yp5mqcrp3xslk0yx5xf5r";
};
outputs = [ "out" "dev" "info" ];