Skip to content

Commit 7393665

Browse files
committedNov 28, 2017
gnutls: fixup download URL after update
I'm sorry about that; I forgot 3.5 in there. Still, I don't know why their ftp won't work well with curl; wget is perfectly OK.
1 parent 853dd19 commit 7393665

File tree

1 file changed

+1
-1
lines changed
  • pkgs/development/libraries/gnutls

1 file changed

+1
-1
lines changed
 

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

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.