about summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2023-03-25 10:29:55 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2023-03-25 10:31:20 -0700
commitb27114d16bb4fb0f05ceb1679c163abeff93455e (patch)
tree3304c9fcbf0e6f4ae73fd2d8ca847045ce5b701f /pkgs/shells/fish
parent2e4e45290e8a0e178642ae2414de558ecca0041a (diff)
downloadnixlib-b27114d16bb4fb0f05ceb1679c163abeff93455e.tar
nixlib-b27114d16bb4fb0f05ceb1679c163abeff93455e.tar.gz
nixlib-b27114d16bb4fb0f05ceb1679c163abeff93455e.tar.bz2
nixlib-b27114d16bb4fb0f05ceb1679c163abeff93455e.tar.lz
nixlib-b27114d16bb4fb0f05ceb1679c163abeff93455e.tar.xz
nixlib-b27114d16bb4fb0f05ceb1679c163abeff93455e.tar.zst
nixlib-b27114d16bb4fb0f05ceb1679c163abeff93455e.zip
fish: 3.6.0 -> 3.6.1
https://github.com/fish-shell/fish-shell/releases/tag/3.6.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 a24a38081afe..2e631fecb288 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.0";
+    version = "3.6.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 = "sha512-oR6nYa2s4C73+IsliTMoAFzvB/ktNi+8eUVA3KJunPyXCHjQMSyuvRnWRIPp88PiStbCffziZNF3+T1lx+9plg==";
+      hash = "sha256-VUArtHymc52KuiXkF4CQW1zhvOCl4N0X3KkItbwLSbI=";
     };
 
     # Fix FHS paths in tests