Skip to content

Commit

Permalink
gnutls: use mirror://gnupg (fix #32147)
Browse files Browse the repository at this point in the history
ftp.gnutls.org stopped working with curl; it's not clear yet why.

(cherry picked from commit e0368f5)
  • Loading branch information
vcunat committed Nov 28, 2017
1 parent 7d7a999 commit 28647d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gnutls/3.5.10.nix
Expand Up @@ -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";
};
})
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gnutls/3.5.nix
Expand Up @@ -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";
};

Expand Down

0 comments on commit 28647d3

Please sign in to comment.