zsh-abbr: 6.4.0 -> 6.5.0

This commit is contained in:
R. Ryantm
2026-02-04 10:28:48 +00:00
parent e97de02225
commit e6e0d33f7c
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "6.4.0";
version = "6.5.0";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-abbr";
tag = "v${version}";
hash = "sha256-nfkXtRZ7CB/MnmzMe1ivKz26Vv5duP4zTAv7EZwpMTM=";
hash = "sha256-GjqVEPofJhUwyVegj0sm7tGfYdpAUyz2dM59nImRc+E=";
fetchSubmodules = true;
};