Merge pull request #33058 from lukeadams/fish-patch

fish: 2.7.0 -> 2.7.1
This commit is contained in:
Orivej Desh 2017-12-25 21:58:33 +00:00 committed by GitHub
commit 47b7a2c058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ let
fish = stdenv.mkDerivation rec {
name = "fish-${version}";
version = "2.7.0";
version = "2.7.1";
etcConfigAppendix = builtins.toFile "etc-config.appendix.fish" etcConfigAppendixText;
@ -96,7 +96,7 @@ let
# There are differences between the release tarball and the tarball github packages from the tag
# Hence we cannot use fetchFromGithub
url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${name}.tar.gz";
sha256 = "1jvvm27hp46w0cia14lfz6161dkz8b935j1m7j38i7rgx75bfxis";
sha256 = "0nhc3yc5lnnan7zmxqqxm07rdpwjww5ijy45ll2njdc6fnfb2az4";
};
buildInputs = [ ncurses libiconv pcre2 ];