gnutls: use mirror://gnupg (fix #32147)

ftp.gnutls.org stopped working with curl; it's not clear yet why.
This commit is contained in:
Vladimír Čunát 2017-11-28 20:42:26 +01:00
parent 0d7203a5c7
commit e0368f5076
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ callPackage ./generic.nix (args // rec {
version = "3.5.10";
src = fetchurl {
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
url = "mirror://gnupg/gnutls/v3.5/gnutls-${version}.tar.xz";
sha256 = "17apwvdkkazh5w8z8mbanpj2yj8s2002qwy46wz4v3akpa33wi5g";
};
})

View file

@ -4,7 +4,7 @@ callPackage ./generic.nix (args // rec {
version = "3.5.15";
src = fetchurl {
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
url = "mirror://gnupg/gnutls/v3.5/gnutls-${version}.tar.xz";
sha256 = "1mgsxkbs44csw07ngwbqns2y2s03m975lk1sl5ay87wbic882q04";
};