From ce9d71e62b5374ed9e4328d093e45da4a6c0da7b Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Tue, 19 Mar 2024 12:22:25 +0530 Subject: 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 --- pkgs/shells/fish/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/shells') diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix index 3703644a73ae8..91b3ce0b0eb9d 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 -- cgit 1.4.1