fish: 2.3.1 -> 2.5.0

This commit is contained in:
rnhmjoj 2017-02-04 20:58:55 +01:00
parent 9e299acf87
commit b0f1881440
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

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