about summary refs log tree commit diff
path: root/pkgs/shells/zsh/zsh-prezto
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-07 06:57:32 +0000
committerBobby Rong <rjl931189261@126.com>2023-01-08 18:08:11 +0800
commitadcf91124ce933af41fe9ab24a399a2ace9c75e2 (patch)
treebdd7f2861aa50364b3f3145d8ee6ce9875f951f5 /pkgs/shells/zsh/zsh-prezto
parentab0ccc47dd7451178b7130a982f6c590d4234b61 (diff)
zsh-prezto: unstable-2022-04-05 -> unstable-2022-10-26
Diffstat (limited to 'pkgs/shells/zsh/zsh-prezto')
-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 6201e42c0c023..f4ce0d9519d12 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-04-05";
+  version = "unstable-2022-10-26";
 
   src = fetchFromGitHub {
     owner = "sorin-ionescu";
     repo = "prezto";
-    rev = "2c663313168490d28f607738e962aa45ada0e26b";
-    sha256 = "05n2801xqdxc5nx0709mak1pr73l7aq5azd9adm0ym7si3vl59sj";
+    rev = "e3a9583f3370e11a0da1414d3f335eac40c1e922";
+    sha256 = "P4hgs6b3lKQCDCeyhepCn4HSZu7WuJE+j96PfFOLfl4=";
     fetchSubmodules = true;
   };