fish: 2.3.0 -> 2.3.1

This commit is contained in:
Louis Taylor 2016-07-11 05:43:47 +01:00
parent 0f96c69026
commit 5ee480bce5

View file

@ -8,13 +8,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "fish-${version}";
version = "2.3.0";
version = "2.3.1";
patches = [ ./etc_config.patch ];
src = fetchurl {
url = "http://fishshell.com/files/${version}/${name}.tar.gz";
sha256 = "1ralmp7lavdl0plc09ppm232aqsn0crxx6m3hgaa06ibam3sqawi";
sha256 = "0r46p64lg6da3v6chsa4gisvl04kd3rpy60yih8r870kbp9wm2ij";
};
buildInputs = [ ncurses libiconv pcre2 ];