about summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2022-07-20 17:10:45 +0200
committerkilianar <mail@kilianar.de>2022-07-20 17:10:45 +0200
commit0ae02f0c41e99017c573bfff34b95ae1a28d8eac (patch)
tree941ccfc88ca056e17351ccda10eddf55e855e0da /pkgs/shells/fish
parentb9da0d3852fc0069cb555f8679901ba075ee3f90 (diff)
downloadnixlib-0ae02f0c41e99017c573bfff34b95ae1a28d8eac.tar
nixlib-0ae02f0c41e99017c573bfff34b95ae1a28d8eac.tar.gz
nixlib-0ae02f0c41e99017c573bfff34b95ae1a28d8eac.tar.bz2
nixlib-0ae02f0c41e99017c573bfff34b95ae1a28d8eac.tar.lz
nixlib-0ae02f0c41e99017c573bfff34b95ae1a28d8eac.tar.xz
nixlib-0ae02f0c41e99017c573bfff34b95ae1a28d8eac.tar.zst
nixlib-0ae02f0c41e99017c573bfff34b95ae1a28d8eac.zip
fish: 3.5.0 -> 3.5.1
https://github.com/fish-shell/fish-shell/releases/tag/3.5.1
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 f2a6492e251d..01219e2165ec 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -134,7 +134,7 @@ let
 
   fish = stdenv.mkDerivation rec {
     pname = "fish";
-    version = "3.5.0";
+    version = "3.5.1";
 
     src = fetchurl {
       # There are differences between the release tarball and the tarball GitHub
@@ -144,7 +144,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-KR5Ox8bD/qVNwa7QV849QrNW+m9whlYnssffzsrv0hA=";
+      sha256 = "sha256-ptRbPcWkXdMXcuf439/sq8BjmG6PZ9YL18pgzIHbaSg=";
     };
 
     # Fix FHS paths in tests