Merge pull request #313484 from r-ryantm/auto-update/zsh-abbr

zsh-abbr: 5.6.0 -> 5.7.1
This commit is contained in:
Weijia Wang 2024-05-22 19:28:22 +02:00 committed by GitHub
commit 696ec1e28d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;