summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-20 02:41:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-20 02:41:17 +0000
commit6c3527d03fe3198245b4125e9faa54120458cc06 (patch)
tree7d29261fee772058bde9811d611710a5ccc8795e
parentf864e4613b5275a9a987b0fe733acac7be014a45 (diff)
downloadnixpkgs-6c3527d03fe3198245b4125e9faa54120458cc06.tar
nixpkgs-6c3527d03fe3198245b4125e9faa54120458cc06.tar.gz
nixpkgs-6c3527d03fe3198245b4125e9faa54120458cc06.tar.bz2
nixpkgs-6c3527d03fe3198245b4125e9faa54120458cc06.tar.lz
nixpkgs-6c3527d03fe3198245b4125e9faa54120458cc06.tar.xz
nixpkgs-6c3527d03fe3198245b4125e9faa54120458cc06.tar.zst
nixpkgs-6c3527d03fe3198245b4125e9faa54120458cc06.zip
zsh-prezto: unstable-2023-01-31 -> unstable-2023-04-13
-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 3e24e84b8c7..172bc90ded1 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-2023-01-31";
+  version = "unstable-2023-04-13";
 
   src = fetchFromGitHub {
     owner = "sorin-ionescu";
     repo = "prezto";
-    rev = "fc444f57e11131b2cad68f474bcf1201cba062a4";
-    sha256 = "pypWlWWEBKGT98GVg5yVdzrWJb28jsw2xzGeYhO2DNk=";
+    rev = "da87c79b3a35f5a4a504ea331e9ec52b4f786976";
+    sha256 = "EW1roiFaSgbXWYtc5Hxgj7m/ph6g1g225nXbvp0rtsw=";
     fetchSubmodules = true;
   };