summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-14 07:35:20 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-14 07:35:20 +0000
commit9d1a6b6c67c68326ce04107ba5f96c9bf5415c07 (patch)
treefeaa976621dc9cb19ceb28b15a246b43bc168fbc /pkgs/shells
parente6cf1abcec26d701909666f886bb895cdc7df47f (diff)
downloadnixlib-9d1a6b6c67c68326ce04107ba5f96c9bf5415c07.tar
nixlib-9d1a6b6c67c68326ce04107ba5f96c9bf5415c07.tar.gz
nixlib-9d1a6b6c67c68326ce04107ba5f96c9bf5415c07.tar.bz2
nixlib-9d1a6b6c67c68326ce04107ba5f96c9bf5415c07.tar.lz
nixlib-9d1a6b6c67c68326ce04107ba5f96c9bf5415c07.tar.xz
nixlib-9d1a6b6c67c68326ce04107ba5f96c9bf5415c07.tar.zst
nixlib-9d1a6b6c67c68326ce04107ba5f96c9bf5415c07.zip
* Doh.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15019
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/bash/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/default.nix b/pkgs/shells/bash/default.nix
index 8d1b19e3abbc..8a58f7aec00a 100644
--- a/pkgs/shells/bash/default.nix
+++ b/pkgs/shells/bash/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
   name = "bash-4.0-p17";
 
   src = fetchurl {
-    url = "mirror://gnu/bash/${name}.tar.gz";
+    url = "mirror://gnu/bash/bash-4.0.tar.gz";
     sha256 = "0605ql0ih55gpi0vfvcm45likzjafa4wjnkxqwq51aa0ysad74wp";
   };