summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-01-20 22:55:43 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-01-20 22:55:43 +0000
commite2c0809777a2ced9f83fda44b11a283e1a59a9ae (patch)
treebb97caac454a5d6a54ec24cbdc16a06533151191 /pkgs/tools
parentd894c2d144e92bd273a2b854f50cc66823ccaa5b (diff)
downloadnixpkgs-e2c0809777a2ced9f83fda44b11a283e1a59a9ae.tar
nixpkgs-e2c0809777a2ced9f83fda44b11a283e1a59a9ae.tar.gz
nixpkgs-e2c0809777a2ced9f83fda44b11a283e1a59a9ae.tar.bz2
nixpkgs-e2c0809777a2ced9f83fda44b11a283e1a59a9ae.tar.lz
nixpkgs-e2c0809777a2ced9f83fda44b11a283e1a59a9ae.tar.xz
nixpkgs-e2c0809777a2ced9f83fda44b11a283e1a59a9ae.tar.zst
nixpkgs-e2c0809777a2ced9f83fda44b11a283e1a59a9ae.zip
fixed "which" src
svn path=/nixpkgs/trunk/; revision=10235
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/which/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/which/default.nix b/pkgs/tools/system/which/default.nix
index 3552766020e..b6c35c4fbf1 100644
--- a/pkgs/tools/system/which/default.nix
+++ b/pkgs/tools/system/which/default.nix
@@ -1,7 +1,7 @@
 {stdenv, fetchurl, readline}: stdenv.mkDerivation {
   name = "which-2.19";
   src = fetchurl {
-    url = mirror://gnu/pub/gnu/which/which-2.19.tar.gz;
+    url = mirror://gnu/which/which-2.19.tar.gz;
     sha256 = "0lnd8mfpc0r1r2ch54vl3vc6r0fnzfl33sqdda2aq62iyrsbhybx";
   };