Skip to content

Commit e0368f5

Browse files
committedNov 28, 2017
gnutls: use mirror://gnupg (fix #32147)
ftp.gnutls.org stopped working with curl; it's not clear yet why.
1 parent 0d7203a commit e0368f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pkgs/development/libraries/gnutls/3.5.10.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ callPackage ./generic.nix (args // rec {
44
version = "3.5.10";
55

66
src = fetchurl {
7-
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
7+
url = "mirror://gnupg/gnutls/v3.5/gnutls-${version}.tar.xz";
88
sha256 = "17apwvdkkazh5w8z8mbanpj2yj8s2002qwy46wz4v3akpa33wi5g";
99
};
1010
})

‎pkgs/development/libraries/gnutls/3.5.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ callPackage ./generic.nix (args // rec {
44
version = "3.5.15";
55

66
src = fetchurl {
7-
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
7+
url = "mirror://gnupg/gnutls/v3.5/gnutls-${version}.tar.xz";
88
sha256 = "1mgsxkbs44csw07ngwbqns2y2s03m975lk1sl5ay87wbic882q04";
99
};
1010

0 commit comments

Comments
 (0)
Please sign in to comment.