about summary refs log tree commit diff
path: root/pkgs/shells/zsh/pure-prompt
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-16 02:15:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-16 02:15:47 +0000
commit0717aa5b222179c175b23947b51a0d6243c67f92 (patch)
tree0b829b9cf072c78dc87bf74067db03e1e9d9196e /pkgs/shells/zsh/pure-prompt
parenta30eeb16a07262f57fc51aa64f1012d7f6aa6db0 (diff)
pure-prompt: 1.20.3 -> 1.20.4
Diffstat (limited to 'pkgs/shells/zsh/pure-prompt')
-rw-r--r--pkgs/shells/zsh/pure-prompt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/pure-prompt/default.nix b/pkgs/shells/zsh/pure-prompt/default.nix
index d8bd689d31a45..28266b6e61660 100644
--- a/pkgs/shells/zsh/pure-prompt/default.nix
+++ b/pkgs/shells/zsh/pure-prompt/default.nix
@@ -4,13 +4,13 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "pure-prompt";
-  version = "1.20.3";
+  version = "1.20.4";
 
   src = fetchFromGitHub {
     owner = "sindresorhus";
     repo = "pure";
     rev = "v${version}";
-    sha256 = "sha256-vFms0MaSiLEzlYdgmUPGXaApTHVSVhwbw11N4GucgLg=";
+    sha256 = "sha256-e1D+9EejlVZxOyErg6eRgawth5gAhv6KpgjhK06ErZc=";
   };
 
   strictDeps = true;