{ lib, buildFishPlugin, fetchFromGitHub, unstableGitUpdater, }: buildFishPlugin { pname = "exercism-cli-fish-wrapper"; version = "0-unstable-2025-07-14"; src = fetchFromGitHub { owner = "glennj"; repo = "exercism-cli-fish-wrapper"; rev = "bb03e058d4e9c5d5918e27ae7e046fff2c91adb0"; hash = "sha256-taIZSyaObVmnjp6ME/QgGKlWZoeOmgRVRLYC0bb8XWk="; }; passthru.updateScript = unstableGitUpdater { }; meta = { description = "Fish wrapper for the Exercism CLI"; homepage = "https://github.com/glennj/exercism-cli-fish-wrapper"; license = lib.licenses.unfree; # No upstream license maintainers = with lib.maintainers; [ anomalocaris ]; }; }