about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-12 01:59:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-12 01:59:33 +0000
commit01d0040bac5d9845ff0d842de517bf4254753d2e (patch)
tree13c6cf1aa5dbbdbf82e49fae597fc52c3d3d952f /pkgs/shells
parent34fde40edd9bf8a8f071cfbfd05965921b16bf66 (diff)
pure-prompt: 1.20.1 -> 1.20.3
Diffstat (limited to 'pkgs/shells')
-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 994f223b58da5..d8bd689d31a45 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.1";
+  version = "1.20.3";
 
   src = fetchFromGitHub {
     owner = "sindresorhus";
     repo = "pure";
     rev = "v${version}";
-    sha256 = "sha256-iuLi0o++e0PqK81AKWfIbCV0CTIxq2Oki6U2oEYsr68=";
+    sha256 = "sha256-vFms0MaSiLEzlYdgmUPGXaApTHVSVhwbw11N4GucgLg=";
   };
 
   strictDeps = true;