lol

zinit: 3.11.0 -> 3.12.0

+2 -2
+2 -2
pkgs/shells/zsh/zinit/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "zinit"; 5 - version = "3.11.0"; 5 + version = "3.12.0"; 6 6 src = fetchFromGitHub { 7 7 owner = "zdharma-continuum"; 8 8 repo = pname; 9 9 rev = "v${version}"; 10 - hash = "sha256-Gps7s26qqEjQPDhhSJr9u5SuRNRJnmayKfw45Ygjcd8="; 10 + hash = "sha256-AiYK1pRFD4CGvBcQg9QwgFjc5Z564TVlWW0MzxoxdWU="; 11 11 }; 12 12 # adapted from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zsh-zplugin-git 13 13 dontBuild = true;