diff --git a/pkgs/shells/fish/plugins/hydro.nix b/pkgs/shells/fish/plugins/hydro.nix index 955fd3ce6c3c..11a956e4e001 100644 --- a/pkgs/shells/fish/plugins/hydro.nix +++ b/pkgs/shells/fish/plugins/hydro.nix @@ -7,13 +7,13 @@ buildFishPlugin { pname = "hydro"; - version = "0-unstable-2025-12-31"; + version = "0-unstable-2026-02-24"; src = fetchFromGitHub { owner = "jorgebucaran"; repo = "hydro"; - rev = "24bb2375e3cb29c71ab790c8cfe98b9069de80c3"; - hash = "sha256-8ixve1ws80q5jNdKoooL25Lk7qopVitCMVTucW490fU="; + rev = "f130b55ee3eaf099eccf588e2a62e5447068d120"; + hash = "sha256-Dfq974KpD1mtQKznIlkXfZfDnSF/4MfLTA18Ak0LADE="; }; passthru.updateScript = unstableGitUpdater { };