zsh-abbr: 6.3.3 -> 6.4.0

This commit is contained in:
R. Ryantm
2025-11-28 05:18:44 +00:00
parent e621b82a26
commit 85f8f15ec0
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "6.3.3";
version = "6.4.0";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-abbr";
tag = "v${version}";
hash = "sha256-vu17UAainZDD+8y/t+vBdGUe2NTF5XZdnHy5T15pNUE=";
hash = "sha256-nfkXtRZ7CB/MnmzMe1ivKz26Vv5duP4zTAv7EZwpMTM=";
fetchSubmodules = true;
};