Revert "libgcrypt: update from 1.5.3 to 1.6.0"

Too much breakage.

This reverts commit 7879774930.
This commit is contained in:
Evgeny Egorochkin 2013-12-18 21:31:49 +02:00
parent 01a051292f
commit 0c246250c0

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv, libgpgerror }:
stdenv.mkDerivation (rec {
name = "libgcrypt-1.6.0";
name = "libgcrypt-1.5.3";
src = fetchurl {
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
sha256 = "024plbybsmnxbp39hs92lp6dzvkz2cb70nv69qrwr55d02350bb6";
sha256 = "1lar8y3lh61zl5flljpz540d78g99h4d5idfwrfw8lm3gm737xdw";
};
propagatedBuildInputs = [ libgpgerror ];