about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-02 06:13:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-02 06:13:05 +0000
commitfe9caffc3c8a0c36699398de0ac4cf4020a569f3 (patch)
tree66af0b9c495dbbbc965211e5d11aeaa9f39f2a5a /pkgs/shells
parent964677148a943771ea5edb1be3f9d2b1c4a0c821 (diff)
zinit: 3.11.0 -> 3.12.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/zinit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/zinit/default.nix b/pkgs/shells/zsh/zinit/default.nix
index 43fe2dc7d9fdd..6b949b90fda2c 100644
--- a/pkgs/shells/zsh/zinit/default.nix
+++ b/pkgs/shells/zsh/zinit/default.nix
@@ -2,12 +2,12 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "zinit";
-  version = "3.11.0";
+  version = "3.12.0";
   src = fetchFromGitHub {
     owner = "zdharma-continuum";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Gps7s26qqEjQPDhhSJr9u5SuRNRJnmayKfw45Ygjcd8=";
+    hash = "sha256-AiYK1pRFD4CGvBcQg9QwgFjc5Z564TVlWW0MzxoxdWU=";
   };
   # adapted from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zsh-zplugin-git
   dontBuild = true;