Merge pull request #296553 from r-ryantm/auto-update/nix-zsh-completions

nix-zsh-completions: 0.5.0 -> 0.5.1
This commit is contained in:
Maximilian Bosch 2024-03-17 11:24:52 +00:00 committed by GitHub
commit b1b95b4086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nix-zsh-completions";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-zsh-completions";
rev = "refs/tags/${version}";
hash = "sha256-DKvCpjAeCiUwD5l6PUW7WlEvM0cNZEOk41IiVXoh9D8=";
hash = "sha256-bgbMc4HqigqgdkvUe/CWbUclwxpl17ESLzCIP8Sz+F8=";
};
strictDeps = true;