about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-09-12 10:11:43 -0400
committerGitHub <noreply@github.com>2022-09-12 10:11:43 -0400
commit8dc8c09205e78db1954c7c31dfe4e3847c124ba8 (patch)
tree1303d27a2ce4b7b41f16c239e3ea31b049e739b8 /pkgs
parent55a7ef7f8db9a0008ffaec32921fa5dd2d12f58b (diff)
parent01d0040bac5d9845ff0d842de517bf4254753d2e (diff)
downloadnixlib-8dc8c09205e78db1954c7c31dfe4e3847c124ba8.tar
nixlib-8dc8c09205e78db1954c7c31dfe4e3847c124ba8.tar.gz
nixlib-8dc8c09205e78db1954c7c31dfe4e3847c124ba8.tar.bz2
nixlib-8dc8c09205e78db1954c7c31dfe4e3847c124ba8.tar.lz
nixlib-8dc8c09205e78db1954c7c31dfe4e3847c124ba8.tar.xz
nixlib-8dc8c09205e78db1954c7c31dfe4e3847c124ba8.tar.zst
nixlib-8dc8c09205e78db1954c7c31dfe4e3847c124ba8.zip
Merge pull request #190868 from r-ryantm/auto-update/pure-prompt
pure-prompt: 1.20.1 -> 1.20.3
Diffstat (limited to 'pkgs')
-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 994f223b58da..d8bd689d31a4 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;