zsh-abbr: 5.6.0 -> 5.7.1

This commit is contained in:
R. Ryantm 2024-05-21 20:37:00 +00:00
parent 6ca18af3b3
commit 864a40a21d

View File

@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
pname = "zsh-abbr";
version = "5.6.0";
version = "5.7.1";
src = fetchFromGitHub {
owner = "olets";
repo = "zsh-abbr";
rev = "v${version}";
hash = "sha256-FcT1gk11a3nluP0sFMa5LoF7oT/MO4B1GdqdTdFxsLQ=";
hash = "sha256-2Uwo1gV732ZsSmJ6XU895Uqb5QOAQ2J1z85vufBv7nI=";
};
strictDeps = true;