Merge pull request #273340 from r-ryantm/auto-update/zig-shell-completions

zig-shell-completions: unstable-2023-08-17 -> unstable-2023-11-18
This commit is contained in:
Nick Cao 2023-12-10 11:39:36 -05:00 committed by GitHub
commit e2f39cdcf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zig-shell-completions";
version = "unstable-2023-08-17";
version = "unstable-2023-11-18";
src = fetchFromGitHub {
owner = "ziglang";
repo = "shell-completions";
rev = "de9f83166d792cce6a0524e63d2755952dd9872c";
hash = "sha256-92n41/AWbHYkXiBtbWw+hXZKJCE7KW9igd8cLSBQfHo=";
rev = "31d3ad12890371bf467ef7143f5c2f31cfa7b7c1";
hash = "sha256-ID/K0vdg7BTKGgozISk/X4RBxCVfhSkVD6GSZUoP9Ls=";
};
nativeBuildInputs = [ installShellFiles ];