mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
libgcrypt: 1.7.1 -> 1.7.2
See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00006.html for release announcement
This commit is contained in:
parent
d9aafc885f
commit
d75c43e15c
|
@ -4,11 +4,11 @@ assert enableCapabilities -> stdenv.isLinux;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libgcrypt-${version}";
|
||||
version = "1.7.1";
|
||||
version = "1.7.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
|
||||
sha256 = "15bsdpihb8xvr2a6sh0ikzw9wdw3gdi4pl1vpr6wc48npzy9q3a5";
|
||||
sha256 = "17v8nvvxagcwxz46apzz575l8682kfd78pf00i2kbavfdn8dyd9x";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" "info" ];
|
||||
|
|
Loading…
Reference in a new issue