mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
gnutls: minor update to fix API+ABI breakage
http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7343 http://osdir.com/ml/gnutls-devel-gnu/2014-03/msg00007.html Guile tests work fine again, but I guess we still don't need guile bindings by default.
This commit is contained in:
parent
f4c989ede4
commit
44e604a421
@ -4,11 +4,11 @@
|
||||
assert guileBindings -> guile != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnutls-3.2.12";
|
||||
name = "gnutls-3.2.12.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${name}.tar.lz";
|
||||
sha256 = "1zwk9qkxn3190nssyamd7jsb3ag6mnnln3jwbgmjs1w306dzwafi";
|
||||
sha256 = "1787n4iard3ad0p44xbl4aj3r3f5ir3sz0b2s27qpaaia2w4774g";
|
||||
};
|
||||
|
||||
patches =
|
||||
|
Loading…
Reference in New Issue
Block a user