all repos — nixfiles @ 86f742ca8ae4b546ceba0115877f1b73c53c95d2

System and user configuration, managed by nix and home-manager

fish: use correct (???) hash for hydro prompt

Alan Pearce
commit

86f742ca8ae4b546ceba0115877f1b73c53c95d2

parent

8940ca006ef2ab98862060a9b0c71f8a0d6d4919

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/settings/fish.nixuser/settings/fish.nix
@@ -16,7 +16,7 @@ name = "fishplugin-hydro";
src = pkgs.fetchFromGitHub { owner = "alanpearce"; repo = "hydro"; - hash = "sha256-QYq4sU41/iKvDUczWLYRGqDQpVASF/+6brJJ8IxypjE="; + hash = "sha256-KXch0JvfAfZfBgA8oXnYs6mRN417WvDoJN9EOZNZn10"; rev = "7a8c468ba0dc88a5f8a9c0b8635020bfc3619323"; }; }