zsh-abbr: 6.2.1 -> 6.3.2 (#422839)

This commit is contained in:
Wolfgang Walther 2025-07-16 16:49:44 +00:00 committed by GitHub
commit 9e999530c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "6.2.1";
version = "6.3.2";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-abbr";
tag = "v${version}";
hash = "sha256-idwCtAwXa7qNZlKE8KdS9cUgEOCSdf6tec0YuXINcl8=";
hash = "sha256-XSmDcAMovQ4sDLp6e1PeRlvU7bY6rl7wbCh66VsUBD0=";
fetchSubmodules = true;
};