Merge pull request #41760 from bhipple/fix/npth-url

npth: use gnupg mirrors for fetchurl
This commit is contained in:
Matthew Justin Bauer
2018-06-09 12:28:54 -04:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "npth-1.5";
src = fetchurl {
url = "ftp://ftp.gnupg.org/gcrypt/npth/${name}.tar.bz2";
url = "mirror://gnupg/npth/${name}.tar.bz2";
sha256 = "1hmkkp6vzyrh8v01c2ynzf9vwikyagp7p1lxhbnr4ysk3w66jji9";
};