Merge pull request #262539 from Icy-Thought/zsh-abbr

zsh-abbr: 5.1.0 -> 5.2.0
This commit is contained in:
Felix Bühler 2023-10-28 16:27:28 +02:00 committed by GitHub
commit 886688d498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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