zsh-abbr: 6.4.0 -> 6.5.0 (#486884)

This commit is contained in:
Michael Daniels
2026-02-08 02:04:00 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "6.4.0";
version = "6.5.0";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-abbr";
tag = "v${version}";
hash = "sha256-nfkXtRZ7CB/MnmzMe1ivKz26Vv5duP4zTAv7EZwpMTM=";
hash = "sha256-GjqVEPofJhUwyVegj0sm7tGfYdpAUyz2dM59nImRc+E=";
fetchSubmodules = true;
};