zsh-abbr: 5.2.0 -> 5.3.0

This commit is contained in:
R. Ryantm 2024-01-04 05:23:08 +00:00
parent 5f23a2f396
commit 2c6fc7b3c3

View File

@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "5.2.0";
version = "5.3.0";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-abbr";
rev = "v${version}";
hash = "sha256-MvxJkEbJKMmYRku/RF6ayOb7u7NI4HZehO8ty64jEnE=";
hash = "sha256-TdTjIt8SmwxXJqfaaCyBnBRzMm1Ux1nELGTkpY2Lmrc=";
};
strictDeps = true;