fish-foreign-env: git-20170324 -> git-20200209

"`^` as a redirection deprecated and will be removed in the future."
(see the changelog, under the 3.0b1 release)

The latest fish beta release (3.1b1 as of time of writing) errors when
encountering `^&1` (though the fact it is now an error has yet to be
documented by them). The plugin was updated last year to account for
this change, and with the "imminent" release of fish-shell v3.1, this
should be fixed.
This commit is contained in:
Cole Helbling 2020-02-09 18:37:29 -08:00
parent 061f755708
commit 98a2276637
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "fish-foreign-env";
version = "git-20170324";
version = "git-20200209";
src = fetchFromGitHub {
owner = "oh-my-fish";
repo = "plugin-foreign-env";
rev = "baefbd690f0b52cb8746f3e64b326d82834d07c5";
sha256 = "0lwp6hy3kfk7xfx4xvbk1ir8zkzm7gfjbm4bf6xg1y6iw9jq9dnl";
rev = "dddd9213272a0ab848d474d0cbde12ad034e65bc";
sha256 = "00xqlyl3lffc5l0viin1nyp819wf81fncqyz87jx8ljjdhilmgbs";
};
installPhase = ''