about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMuhammad Falak R Wani <falakreyaz@gmail.com>2024-03-19 12:22:25 +0530
committerMuhammad Falak R Wani <falakreyaz@gmail.com>2024-03-19 12:23:07 +0530
commitce9d71e62b5374ed9e4328d093e45da4a6c0da7b (patch)
tree6ec2a7b9795ae16cee4dfaf433b86028f09c80ac
parent4e68f53f2fb959624a63d209cafa3be39a82945c (diff)
downloadnixlib-ce9d71e62b5374ed9e4328d093e45da4a6c0da7b.tar
nixlib-ce9d71e62b5374ed9e4328d093e45da4a6c0da7b.tar.gz
nixlib-ce9d71e62b5374ed9e4328d093e45da4a6c0da7b.tar.bz2
nixlib-ce9d71e62b5374ed9e4328d093e45da4a6c0da7b.tar.lz
nixlib-ce9d71e62b5374ed9e4328d093e45da4a6c0da7b.tar.xz
nixlib-ce9d71e62b5374ed9e4328d093e45da4a6c0da7b.tar.zst
nixlib-ce9d71e62b5374ed9e4328d093e45da4a6c0da7b.zip
fish: 3.7.0 -> 3.7.1
Diff: https://github.com/fish-shell/fish-shell/compare/3.7.0...3.7.1
Changelog: https://github.com/fish-shell/fish-shell/releases/tag/3.7.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
-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 3703644a73ae..91b3ce0b0eb9 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.7.0";
+    version = "3.7.1";
 
     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-3xtzeLcU8GkLKF7Z5OWK/icKyY28nKWDlYnBr8yjOrE=";
+      hash = "sha256-YUyfVkPNB5nfOROV+mu8NklCe7g5cizjsRTTu8GjslA=";
     };
 
     # Fix FHS paths in tests