fish: 3.5.1 -> 3.6.0

https://github.com/fish-shell/fish-shell/releases/tag/3.6.0
This commit is contained in:
Jamie Magee 2023-01-07 13:30:37 -08:00 committed by Cole Helbling
parent 83458290b0
commit bceec86123

View File

@ -135,7 +135,7 @@ let
fish = stdenv.mkDerivation rec {
pname = "fish";
version = "3.5.1";
version = "3.6.0";
src = fetchurl {
# There are differences between the release tarball and the tarball GitHub
@ -145,7 +145,7 @@ let
# --version`), as well as the local documentation for all builtins (and
# maybe other things).
url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-ptRbPcWkXdMXcuf439/sq8BjmG6PZ9YL18pgzIHbaSg=";
hash = "sha512-oR6nYa2s4C73+IsliTMoAFzvB/ktNi+8eUVA3KJunPyXCHjQMSyuvRnWRIPp88PiStbCffziZNF3+T1lx+9plg==";
};
# Fix FHS paths in tests