We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0d7203a commit e0368f5Copy full SHA for e0368f5
pkgs/development/libraries/gnutls/3.5.10.nix
@@ -4,7 +4,7 @@ callPackage ./generic.nix (args // rec {
4
version = "3.5.10";
5
6
src = fetchurl {
7
- url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${version}.tar.xz";
+ url = "mirror://gnupg/gnutls/v3.5/gnutls-${version}.tar.xz";
8
sha256 = "17apwvdkkazh5w8z8mbanpj2yj8s2002qwy46wz4v3akpa33wi5g";
9
};
10
})
pkgs/development/libraries/gnutls/3.5.nix
version = "3.5.15";
sha256 = "1mgsxkbs44csw07ngwbqns2y2s03m975lk1sl5ay87wbic882q04";
0 commit comments