about summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorJamie Magee <jamie.magee@gmail.com>2023-01-07 13:30:37 -0800
committerCole Helbling <cole.e.helbling@outlook.com>2023-01-09 06:37:09 -0800
commitbceec861237c11552f9ac34ef3f4b5a2508fcca9 (patch)
tree547cb0ed6819c08f7a20c30604dd391896b15f28 /pkgs/shells/fish
parent83458290b096ab698cd50b5458e1869d739a5c99 (diff)
downloadnixlib-bceec861237c11552f9ac34ef3f4b5a2508fcca9.tar
nixlib-bceec861237c11552f9ac34ef3f4b5a2508fcca9.tar.gz
nixlib-bceec861237c11552f9ac34ef3f4b5a2508fcca9.tar.bz2
nixlib-bceec861237c11552f9ac34ef3f4b5a2508fcca9.tar.lz
nixlib-bceec861237c11552f9ac34ef3f4b5a2508fcca9.tar.xz
nixlib-bceec861237c11552f9ac34ef3f4b5a2508fcca9.tar.zst
nixlib-bceec861237c11552f9ac34ef3f4b5a2508fcca9.zip
fish: 3.5.1 -> 3.6.0
https://github.com/fish-shell/fish-shell/releases/tag/3.6.0
Diffstat (limited to 'pkgs/shells/fish')
-rw-r--r--pkgs/shells/fish/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix
index f391076900e4..7c9d90aa01a1 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -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