Unverified Commit 098c81d0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

fishPlugins.exercism-cli-fish-wrapper: 0-unstable-2024-11-29 -> 0-unstable-2025-06-12 (#417143)

parents 040c60ba eb84bcf9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 { };