nix-zsh-completions: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2024-03-17 01:16:25 +00:00
parent 79edbc3691
commit b1d7482b70

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;