Merge pull request #16855 from kragniz/fish-2.3.1

fish: 2.3.0 -> 2.3.1
This commit is contained in:
Oliver Charles 2016-07-11 09:08:29 +01:00 committed by GitHub
commit e75332dd7e

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 ];