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
committerCole Helbling <cole.e.helbling@outlook.com>2024-01-02 07:40:58 -0800
commit87e492bd3a15bd38bd78aad0577a13e91b89f635 (patch)
tree2a94e13237f2be003535320af9dddf27cf6d2fa9 /pkgs/shells
parentce2f84c71accbeee127f7f75ac76228488719116 (diff)
downloadnixlib-87e492bd3a15bd38bd78aad0577a13e91b89f635.tar
nixlib-87e492bd3a15bd38bd78aad0577a13e91b89f635.tar.gz
nixlib-87e492bd3a15bd38bd78aad0577a13e91b89f635.tar.bz2
nixlib-87e492bd3a15bd38bd78aad0577a13e91b89f635.tar.lz
nixlib-87e492bd3a15bd38bd78aad0577a13e91b89f635.tar.xz
nixlib-87e492bd3a15bd38bd78aad0577a13e91b89f635.tar.zst
nixlib-87e492bd3a15bd38bd78aad0577a13e91b89f635.zip
fish: 3.6.4 -> 3.7.0
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 b756da0754eb..b3673fb9ec6b 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