gnutls: Remove potentially insecure 3.2

This commit is contained in:
William A. Kennington III
2015-05-10 13:45:59 +02:00
committed by Domen Kožar
parent 6a51742e4b
commit 861e5e7573
2 changed files with 0 additions and 17 deletions
-10
View File
@@ -1,10 +0,0 @@
{ callPackage, fetchurl, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "3.2.21";
src = fetchurl {
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-${version}.tar.lz";
sha256 = "1xydzlwmf0frxvr26yw0ily5vwkdvf90m53fix61bi5gx4xd2m7m";
};
})