summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/bash-static/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash-static/default.nix b/pkgs/shells/bash-static/default.nix
index 177addad05c..d276468ca3a 100644
--- a/pkgs/shells/bash-static/default.nix
+++ b/pkgs/shells/bash-static/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
   src = fetchurl {
     #url = http://nix.cs.uu.nl/dist/tarballs/bash-3.0.tar.gz;
     #md5 = "26c4d642e29b3533d8d754995bc277b3";
-    url = ftp://ftp.nluug.nl/pub/gnu/bash/bash-3.1.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/bash-3.1.tar.gz;
     md5 = "ef5304c4b22aaa5088972c792ed45d72";
   };
   configureFlags = "--enable-static-link --without-bash-malloc";