gnutls: Remove potentially insecure 3.2
This commit is contained in:
committed by
Domen Kožar
parent
6a51742e4b
commit
861e5e7573
@@ -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";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user