From 05dd4a615026ef8dced6606573be82dfaa38dbcd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 29 Sep 2025 09:51:15 +0000 Subject: [PATCH] fishPlugins.exercism-cli-fish-wrapper: 0-unstable-2025-09-04 -> 0-unstable-2025-09-28 --- 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 d38ce32b8e06..1c1c68379677 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-2025-09-04"; + version = "0-unstable-2025-09-28"; src = fetchFromGitHub { owner = "glennj"; repo = "exercism-cli-fish-wrapper"; - rev = "446420f62144aa6b1cbdd64d0429ba8bd4123dfc"; - hash = "sha256-HTRC47BMQaVkxXr2f81enL2Tr9ZoFN3X5RZdmAiGXtU="; + rev = "f6627c00324b2599239e3835af39adce04e1091c"; + hash = "sha256-bS1NN6oWi5j9uPwhuMApDRZlVYwOwlIC9NcdBZ9noL8="; }; passthru.updateScript = unstableGitUpdater { };