about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorMGlolenstine <mglolenstine@gmail.com>2023-05-30 06:26:30 +0200
committerMGlolenstine <mglolenstine@gmail.com>2023-05-30 06:26:30 +0200
commit8e82668efc15c85eb244221f454738c621488ff8 (patch)
treecae5973e718dbfd46e57056ac8ca06434e4a9ec0 /pkgs/shells
parentd746b4e4606e2aeb90cf39ab08338f5960e722f9 (diff)
zinit: 3.7 -> 3.11.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/zinit/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/shells/zsh/zinit/default.nix b/pkgs/shells/zsh/zinit/default.nix
index ca8b7ea2e46ad..43fe2dc7d9fdd 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.7";
+  version = "3.11.0";
   src = fetchFromGitHub {
     owner = "zdharma-continuum";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-B+cTGz+U8MR22l6xXdRAAjDr+ulCk+CJ9GllFMK0axE=";
+    hash = "sha256-Gps7s26qqEjQPDhhSJr9u5SuRNRJnmayKfw45Ygjcd8=";
   };
   # adapted from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zsh-zplugin-git
   dontBuild = true;
@@ -20,9 +20,9 @@ stdenvNoCC.mkDerivation rec {
 
     # Zplugin's source files
     install -dm0755 "$outdir"
-    # Installing also backward compatibility layer
-    install -m0644 z{plugin,init}{,-side,-install,-autoload}.zsh "$outdir"
-    install -m0755 git-process-output.zsh "$outdir"
+    # Installing backward compatibility layer
+    install -m0644 zinit{,-side,-install,-autoload}.zsh "$outdir"
+    install -m0755 share/git-process-output.zsh "$outdir"
 
     # Zplugin autocompletion
     installShellCompletion --zsh _zinit