Merge pull request #4403 from jagajaga/fish_update

update fish shell to 2.1.1
This commit is contained in:
Georges Dubus 2014-10-07 17:43:38 +02:00
commit d2c09be961

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "fish-${version}";
version = "2.1.0";
version = "2.1.1";
src = fetchurl {
url = "http://fishshell.com/files/${version}/${name}.tar.gz";
sha256 = "0i7h3hx8iszli3d4kphw79sz9m07f2lc2c9hr9smdps5s7wpllmg";
sha256 = "b7e4d3c3d55fc3859edcb20462fcf0d14ab26e920eddcd503072e8105284d924";
};
buildInputs = [ ncurses ];