zsh-abbr: 6.5.0 -> 6.5.2

This commit is contained in:
R. Ryantm
2026-02-11 10:47:32 +00:00
parent 2499d480a0
commit 664168a2e6
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "6.5.0";
version = "6.5.2";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-abbr";
tag = "v${version}";
hash = "sha256-GjqVEPofJhUwyVegj0sm7tGfYdpAUyz2dM59nImRc+E=";
hash = "sha256-T5dnlPXsGdFjdASAAYrV9Kc38Y+q0iM2StgNj4efVj4=";
fetchSubmodules = true;
};