zinit: 3.12.1 -> 3.13.1

This commit is contained in:
R. Ryantm 2024-01-26 10:02:43 +00:00
parent 5af80acc9a
commit 7b9ca0f9ec

View File

@ -2,12 +2,12 @@
stdenvNoCC.mkDerivation rec {
pname = "zinit";
version = "3.12.1";
version = "3.13.1";
src = fetchFromGitHub {
owner = "zdharma-continuum";
repo = pname;
rev = "v${version}";
hash = "sha256-REd997dop9gAosG4QkEKIc3jYIRLeB3MYBPiYMlDGUs=";
hash = "sha256-fnBV0LmC/wJm0pOITJ1mhiBqsg2F8AQJWvn0p/Bgo5Q=";
};
# adapted from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zsh-zplugin-git
dontBuild = true;