mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Revert "libgcrypt: update from 1.5.3 to 1.6.0"
Too much breakage.
This reverts commit 7879774930
.
This commit is contained in:
parent
01a051292f
commit
0c246250c0
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user