From 9002bf62dd6668c06153b4a2998f9959d512a458 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 7 Sep 2025 14:32:21 +0000 Subject: [PATCH] fishPlugins.exercism-cli-fish-wrapper: 0-unstable-2025-07-14 -> 0-unstable-2025-09-04 --- 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 dd900babd171..d38ce32b8e06 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-07-14"; + version = "0-unstable-2025-09-04"; src = fetchFromGitHub { owner = "glennj"; repo = "exercism-cli-fish-wrapper"; - rev = "bb03e058d4e9c5d5918e27ae7e046fff2c91adb0"; - hash = "sha256-taIZSyaObVmnjp6ME/QgGKlWZoeOmgRVRLYC0bb8XWk="; + rev = "446420f62144aa6b1cbdd64d0429ba8bd4123dfc"; + hash = "sha256-HTRC47BMQaVkxXr2f81enL2Tr9ZoFN3X5RZdmAiGXtU="; }; passthru.updateScript = unstableGitUpdater { };