summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorNicolas Pierron <nicolas.b.pierron@gmail.com>2008-06-26 07:49:02 +0000
committerNicolas Pierron <nicolas.b.pierron@gmail.com>2008-06-26 07:49:02 +0000
commita160e0ff22fda7a138316382ec258a91741e1b83 (patch)
treeae61e9655d3bc7da1956f353ba034aa33729bb82 /pkgs/shells
parent9affba6463d4a362700eeb0fa56cd070c564c095 (diff)
Update zsh mirror. (patch from Bárður Árantsson)
svn path=/nixpkgs/trunk/; revision=12192
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/4.3.5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/4.3.5.nix b/pkgs/shells/zsh/4.3.5.nix
index 227da7995fb48..c626db4910752 100644
--- a/pkgs/shells/zsh/4.3.5.nix
+++ b/pkgs/shells/zsh/4.3.5.nix
@@ -1,6 +1,6 @@
 args: with args;
 let documentation = fetchurl {
-    url = http://www.math.technion.ac.il/pub/zsh/zsh-4.3.5-doc.tar.bz2;
+    url = mirror://sourceforge/zsh/zsh-4.3.5-doc.tar.bz2;
     sha256 = "0jf35xibp8wfka7rdk9q8spkwprlhjx1sp7vp6img8wks12cvlkx";
   };
 in
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
   name = "zsh-${version}";
 
   src = fetchurl {
-    url = http://www.math.technion.ac.il/pub/zsh/zsh-4.3.5.tar.bz2;
+    url = mirror://sourceforge/zsh/zsh-4.3.5.tar.bz2;
     sha256 = "0191j3liflkjrj39i2yrs3ab9jcx4zd93rirx3j17dymfgqlvrzb";
   };
   configureFlags = "--with-tcsetpgrp --enable-maildir-support --enable-multibyte";