3
0
Fork 0
forked from mirrors/nixpkgs

libgcrypt: 1.8.1 -> 1.8.2

This commit is contained in:
Lancelot SIX 2017-12-21 11:57:23 +01:00
parent e09a0faacd
commit f32821b270
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.8.1";
version = "1.8.2";
src = fetchurl {
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
sha256 = "1cvqd9jk5qshbh48yh3ixw4zyr4n5k50r3475rrh20xfn7w7aa3s";
sha256 = "01sca9m8hm6b5v8hmqsfdjhyz013869p1f0fxw9ln52qfnp4q1n8";
};
outputs = [ "out" "dev" "info" ];