zsh-abbr: 5.1.0 -> 5.2.0

This commit is contained in:
Icy-Thought 2023-10-21 14:44:53 +02:00
parent cf813b03db
commit 3b430d5a97
No known key found for this signature in database
GPG Key ID: B593E438DDAB3C66

View File

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