summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-14 10:03:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-14 10:03:30 +0000
commitc11069da37025acd6f22ced40946275ac5dbe7c6 (patch)
tree6234d360ea56a0c040655deaeb46440d13f8a528
parent66bc6e35c9a266c1c06d0db525a2ad3abb292561 (diff)
downloadnixpkgs-c11069da37025acd6f22ced40946275ac5dbe7c6.tar
nixpkgs-c11069da37025acd6f22ced40946275ac5dbe7c6.tar.gz
nixpkgs-c11069da37025acd6f22ced40946275ac5dbe7c6.tar.bz2
nixpkgs-c11069da37025acd6f22ced40946275ac5dbe7c6.tar.lz
nixpkgs-c11069da37025acd6f22ced40946275ac5dbe7c6.tar.xz
nixpkgs-c11069da37025acd6f22ced40946275ac5dbe7c6.tar.zst
nixpkgs-c11069da37025acd6f22ced40946275ac5dbe7c6.zip
zsh-prezto: unstable-2022-10-26 -> unstable-2023-01-12
-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 f4ce0d9519d..3bf0bbb286c 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;
   };