zsh-abbr: 6.3.2 -> 6.3.3

This commit is contained in:
R. Ryantm
2025-08-20 03:40:13 +00:00
parent 226bb7c9df
commit 997775ff09
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "6.3.2";
version = "6.3.3";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-abbr";
tag = "v${version}";
hash = "sha256-XSmDcAMovQ4sDLp6e1PeRlvU7bY6rl7wbCh66VsUBD0=";
hash = "sha256-vu17UAainZDD+8y/t+vBdGUe2NTF5XZdnHy5T15pNUE=";
fetchSubmodules = true;
};