From 85717e613037fdc123b2b0961f6b414b78bfa46c Mon Sep 17 00:00:00 2001 From: EmmChriss <42001129+EmmChriss@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:43:00 +0200 Subject: [PATCH] fishPlugins.hydro: 2024-03-24 -> 2024-11-02 --- 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 4b7a7c3eeb40..d5f4d6522133 100644 --- a/pkgs/shells/fish/plugins/hydro.nix +++ b/pkgs/shells/fish/plugins/hydro.nix @@ -6,13 +6,13 @@ buildFishPlugin rec { pname = "hydro"; - version = "0-unstable-2024-03-24"; + version = "0-unstable-2024-11-02"; src = fetchFromGitHub { owner = "jorgebucaran"; repo = "hydro"; - rev = "bc31a5ebc687afbfb13f599c9d1cc105040437e1"; - hash = "sha256-0MMiM0NRbjZPJLAMDXb+Frgm+du80XpAviPqkwoHjDA="; + rev = "9c93b89573bd722f766f2190a862ae55e728f6ba"; + hash = "sha256-QYq4sU41/iKvDUczWLYRGqDQpVASF/+6brJJ8IxypjE="; }; meta = with lib; {