about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2024-01-01 12:39:43 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-02 17:27:55 +0000
commit532d7c2467553679de6ac76a3dec4951c7dfb64f (patch)
tree7d68540b430657d679414085cce70ae4a82f3324 /pkgs/shells
parent4da42e77ffa61fc721b3cdc2424c6b0e0e3cc8d4 (diff)
fish: 3.6.4 -> 3.7.0
(cherry picked from commit fe9849404a8e7f6db136d8a620ce505a7fac5889)
Diffstat (limited to 'pkgs/shells')
-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 b756da0754ebc..b3673fb9ec6b9 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.6.4";
+    version = "3.7.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";
-      hash = "sha256-Dz9hDlgN4JL76ILIqnZiPs+Ruxb98FQyQebpDV1Lw5M=";
+      hash = "sha256-3xtzeLcU8GkLKF7Z5OWK/icKyY28nKWDlYnBr8yjOrE=";
     };
 
     # Fix FHS paths in tests