From 5c45de7889761c73d028e477c29e10ea0bbd2827 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Sat, 13 Dec 2025 18:26:38 +0100 Subject: [PATCH] fishPlugins.done: 1.20.1 -> 1.20.2 Changelog: https://github.com/franciscolourenco/done/releases/tag/1.20.2 Diff: https://github.com/franciscolourenco/done/compare/1.20.1...1.20.2 --- 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 1f2fdba74286..49c0258f7266 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.1"; + version = "1.20.2"; src = fetchFromGitHub { owner = "franciscolourenco"; repo = "done"; rev = version; - hash = "sha256-GXKchepYti5Pb1ODFeJL3apDGg7Tn69skQQhvV2nSeQ="; + hash = "sha256-nwK78AqgaXbbM3QdCnyj9Y4ppqwPQWKV7+dh1Ksw9Ek="; }; checkPlugins = [ fishtape ];