From b4c351353c524bb8061d90ef07088496a2550fb0 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Mon, 1 Dec 2025 17:52:37 +0100 Subject: [PATCH] fishPlugins.done: 1.20.0 -> 1.20.1 Changelog: https://github.com/franciscolourenco/done/releases/tag/1.20.1 Diff: https://github.com/franciscolourenco/done/compare/1.20.0...1.20.1 --- pkgs/shells/fish/plugins/done.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/shells/fish/plugins/done.nix b/pkgs/shells/fish/plugins/done.nix index 0cfd51c1acfd..f3f564b73f31 100644 --- a/pkgs/shells/fish/plugins/done.nix +++ b/pkgs/shells/fish/plugins/done.nix @@ -7,13 +7,13 @@ buildFishPlugin rec { pname = "done"; - version = "1.20.0"; + version = "1.20.1"; src = fetchFromGitHub { owner = "franciscolourenco"; repo = "done"; rev = version; - hash = "sha256-WA6DBrPBuXRIloO05UBunTJ9N01d6tO1K1uqojjO0mo="; + hash = "sha256-GXKchepYti5Pb1ODFeJL3apDGg7Tn69skQQhvV2nSeQ="; }; checkPlugins = [ fishtape ];