From 5d9d509ab069b7458822b7ee1b0f1d165ac56bae Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sat, 24 Jun 2006 22:09:02 +0000 Subject: also update static version of bash to 3.1 svn path=/nixpkgs/trunk/; revision=5523 --- pkgs/shells/bash-static/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pkgs/shells') diff --git a/pkgs/shells/bash-static/default.nix b/pkgs/shells/bash-static/default.nix index 0c71f0589633b..177addad05c37 100644 --- a/pkgs/shells/bash-static/default.nix +++ b/pkgs/shells/bash-static/default.nix @@ -1,11 +1,13 @@ {stdenv, fetchurl}: stdenv.mkDerivation { - name = "bash-3.0"; + name = "bash-3.1"; builder = ./builder.sh; src = fetchurl { - url = http://nix.cs.uu.nl/dist/tarballs/bash-3.0.tar.gz; - md5 = "26c4d642e29b3533d8d754995bc277b3"; + #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; + md5 = "ef5304c4b22aaa5088972c792ed45d72"; }; configureFlags = "--enable-static-link --without-bash-malloc"; } -- cgit 1.4.1