From 5f7f61bc5f6b02ae720fb53e18f5406b6c25da3f Mon Sep 17 00:00:00 2001 From: HigherOrderLogic <73709188+HigherOrderLogic@users.noreply.github.com> Date: Tue, 10 Feb 2026 07:56:35 +0000 Subject: [PATCH] fishPlugins.hydro: `0-unstable-2024-11-02` -> `0-unstable-2025-12-31` --- pkgs/shells/fish/plugins/hydro.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/fish/plugins/hydro.nix b/pkgs/shells/fish/plugins/hydro.nix index dc33038c5545..d9fbc2fec351 100644 --- a/pkgs/shells/fish/plugins/hydro.nix +++ b/pkgs/shells/fish/plugins/hydro.nix @@ -6,13 +6,13 @@ buildFishPlugin { pname = "hydro"; - version = "0-unstable-2024-11-02"; + version = "0-unstable-2025-12-31"; src = fetchFromGitHub { owner = "jorgebucaran"; repo = "hydro"; - rev = "9c93b89573bd722f766f2190a862ae55e728f6ba"; - hash = "sha256-QYq4sU41/iKvDUczWLYRGqDQpVASF/+6brJJ8IxypjE="; + rev = "24bb2375e3cb29c71ab790c8cfe98b9069de80c3"; + hash = "sha256-8ixve1ws80q5jNdKoooL25Lk7qopVitCMVTucW490fU="; }; meta = {