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:
commit
e2f39cdcf9
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue