···134134135135 fish = stdenv.mkDerivation rec {
136136 pname = "fish";
137137- version = "3.5.0";
137137+ version = "3.5.1";
138138139139 src = fetchurl {
140140 # There are differences between the release tarball and the tarball GitHub
···144144 # --version`), as well as the local documentation for all builtins (and
145145 # maybe other things).
146146 url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${pname}-${version}.tar.xz";
147147- sha256 = "sha256-KR5Ox8bD/qVNwa7QV849QrNW+m9whlYnssffzsrv0hA=";
147147+ sha256 = "sha256-ptRbPcWkXdMXcuf439/sq8BjmG6PZ9YL18pgzIHbaSg=";
148148 };
149149150150 # Fix FHS paths in tests