From eb84bcf9c9a4a6d2ed8493a6017ea860655cf528 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 16 Jun 2025 05:36:57 +0000 Subject: [PATCH] fishPlugins.exercism-cli-fish-wrapper: 0-unstable-2024-11-29 -> 0-unstable-2025-06-12 --- pkgs/shells/fish/plugins/exercism-cli-fish-wrapper.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/fish/plugins/exercism-cli-fish-wrapper.nix b/pkgs/shells/fish/plugins/exercism-cli-fish-wrapper.nix index d2681ea48c33..de8e68b55288 100644 --- a/pkgs/shells/fish/plugins/exercism-cli-fish-wrapper.nix +++ b/pkgs/shells/fish/plugins/exercism-cli-fish-wrapper.nix @@ -6,13 +6,13 @@ }: buildFishPlugin { pname = "exercism-cli-fish-wrapper"; - version = "0-unstable-2024-11-29"; + version = "0-unstable-2025-06-12"; src = fetchFromGitHub { owner = "glennj"; repo = "exercism-cli-fish-wrapper"; - rev = "f25f76dcc9bf164c30a9292a16a2159c9350a146"; - hash = "sha256-R9Vf8tlLytqvMlJdWGyTy1g0TUhOcp7tifz0Bxb4Gts="; + rev = "fc00e992b73adc63596e1406a8554313d642204f"; + hash = "sha256-w2aGakB/Kel0TMaZ44/WC6syhetohJzn5kgwgW7Kdqs="; }; passthru.updateScript = unstableGitUpdater { };