zsh-abbr: 6.3.2 -> 6.3.3 (#435163)

This commit is contained in:
dish
2025-08-20 09:57:19 -04:00
committed by GitHub
+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;
};