* Bash 3.2 updated to patch level 33.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10512
This commit is contained in:
Eelco Dolstra 2008-02-06 13:26:27 +00:00
parent 8cd1b893cf
commit a18e6606c8

View file

@ -3,11 +3,11 @@
assert interactive -> ncurses != null;
stdenv.mkDerivation {
name = "bash-3.2-p25";
name = "bash-3.2-p33";
src = fetchurl {
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/bash-3.2-p25.tar.bz2;
sha256 = "1x19z386ysvwk00zigzf3nkv1x1xq4kvyckz9ah8qz65a7626cs4";
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/bash-3.2-p33.tar.bz2;
sha256 = "11fv73nbcckmm4f1q9cf73754chsgfps9pklwcaj2ryfd5ql9wnb";
};
postInstall = "ln -s bash $out/bin/sh";