* Bash 3.2 updated to patch level 33.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10512
This commit is contained in:
parent
8cd1b893cf
commit
a18e6606c8
@ -3,11 +3,11 @@
|
|||||||
assert interactive -> ncurses != null;
|
assert interactive -> ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "bash-3.2-p25";
|
name = "bash-3.2-p33";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/bash-3.2-p25.tar.bz2;
|
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/bash-3.2-p33.tar.bz2;
|
||||||
sha256 = "1x19z386ysvwk00zigzf3nkv1x1xq4kvyckz9ah8qz65a7626cs4";
|
sha256 = "11fv73nbcckmm4f1q9cf73754chsgfps9pklwcaj2ryfd5ql9wnb";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = "ln -s bash $out/bin/sh";
|
postInstall = "ln -s bash $out/bin/sh";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user