about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2023-01-16 01:30:37 +0100
committerGitHub <noreply@github.com>2023-01-16 01:30:37 +0100
commit42cbbdd3263db40748c829885bdeb49011a8134b (patch)
treecaa60bad1dd9e8c030f46c69d0a06d0136a25f2b /pkgs/shells
parentfe05223699dc251ae387597a7bcb8ab99e00e1ef (diff)
parentc11069da37025acd6f22ced40946275ac5dbe7c6 (diff)
downloadnixlib-42cbbdd3263db40748c829885bdeb49011a8134b.tar
nixlib-42cbbdd3263db40748c829885bdeb49011a8134b.tar.gz
nixlib-42cbbdd3263db40748c829885bdeb49011a8134b.tar.bz2
nixlib-42cbbdd3263db40748c829885bdeb49011a8134b.tar.lz
nixlib-42cbbdd3263db40748c829885bdeb49011a8134b.tar.xz
nixlib-42cbbdd3263db40748c829885bdeb49011a8134b.tar.zst
nixlib-42cbbdd3263db40748c829885bdeb49011a8134b.zip
Merge pull request #210670 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: unstable-2022-10-26 -> unstable-2023-01-12
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/zsh-prezto/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/zsh/zsh-prezto/default.nix b/pkgs/shells/zsh/zsh-prezto/default.nix
index f4ce0d9519d1..3bf0bbb286ce 100644
--- a/pkgs/shells/zsh/zsh-prezto/default.nix
+++ b/pkgs/shells/zsh/zsh-prezto/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "zsh-prezto";
-  version = "unstable-2022-10-26";
+  version = "unstable-2023-01-12";
 
   src = fetchFromGitHub {
     owner = "sorin-ionescu";
     repo = "prezto";
-    rev = "e3a9583f3370e11a0da1414d3f335eac40c1e922";
-    sha256 = "P4hgs6b3lKQCDCeyhepCn4HSZu7WuJE+j96PfFOLfl4=";
+    rev = "e50b93ca882aa58b0119b2e90818c4157e30c794";
+    sha256 = "25mz5UMTCHAVjtUhQsWTMsAGAweAwwTdGNLHMp2LCBM=";
     fetchSubmodules = true;
   };