From c66a23bf946cb634c87633b04e5cc4cd92e872b7 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sat, 16 Mar 2024 21:55:03 +0100 Subject: [PATCH] home/zsh: update pure_prompt --- home/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/zsh.nix b/home/zsh.nix index ff97ded..f7bb8ff 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -52,8 +52,8 @@ src = pkgs.fetchFromGitHub { owner = "sindresorhus"; repo = "pure"; - rev = "87e6f5dd4c793f6d980532205aaefe196780606f"; - hash = "sha256-TR4CyBZ+KoZRs9XDmWE5lJuUXXU1J8E2Z63nt+FS+5w="; + rev = "a02209d36c8509c0e62f44324127632999c9c0cf"; + hash = "sha256-BmQO4xqd/3QnpLUitD2obVxL0UulpboT8jGNEh4ri8k="; }; file = "pure.plugin.zsh"; }