From 07d1ea706f80178b4aa6786d561469c46d24113c Mon Sep 17 00:00:00 2001 From: Bruno Pacheco Date: Mon, 15 Jul 2024 12:47:03 -0400 Subject: [PATCH 1/2] =?UTF-8?q?fishPlugins.hydro:=202022-02-21=20=E2=86=92?= =?UTF-8?q?=202024-03-24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should fix https://github.com/jorgebucaran/hydro/issues/55 --- 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 c8e6eed72582..c7d174641aac 100644 --- a/pkgs/shells/fish/plugins/hydro.nix +++ b/pkgs/shells/fish/plugins/hydro.nix @@ -2,13 +2,13 @@ buildFishPlugin rec { pname = "hydro"; - version = "unstable-2022-02-21"; + version = "unstable-2024-03-24"; src = fetchFromGitHub { owner = "jorgebucaran"; repo = "hydro"; - rev = "d4875065ceea226f58ead97dd9b2417937344d6e"; - sha256 = "sha256-nXeDnqqOuZyrqGTPEQtYlFvrFvy1bZVMF4CA37b0lsE="; + rev = "bc31a5ebc687afbfb13f599c9d1cc105040437e1"; + sha256 = "sha256-0MMiM0NRbjZPJLAMDXb+Frgm+du80XpAviPqkwoHjDA="; }; meta = with lib; { From 348a4d16b0d47dfc9ee37eb19b2dd42a88f1d8d5 Mon Sep 17 00:00:00 2001 From: Bruno Pacheco Date: Mon, 15 Jul 2024 13:59:13 -0400 Subject: [PATCH 2/2] fishPlugins.hydro: change sha256 to hash --- pkgs/shells/fish/plugins/hydro.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/fish/plugins/hydro.nix b/pkgs/shells/fish/plugins/hydro.nix index c7d174641aac..38e866ef8b33 100644 --- a/pkgs/shells/fish/plugins/hydro.nix +++ b/pkgs/shells/fish/plugins/hydro.nix @@ -8,7 +8,7 @@ buildFishPlugin rec { owner = "jorgebucaran"; repo = "hydro"; rev = "bc31a5ebc687afbfb13f599c9d1cc105040437e1"; - sha256 = "sha256-0MMiM0NRbjZPJLAMDXb+Frgm+du80XpAviPqkwoHjDA="; + hash = "sha256-0MMiM0NRbjZPJLAMDXb+Frgm+du80XpAviPqkwoHjDA="; }; meta = with lib; {