Merge pull request #251633 from figsoda/complgen
complgen: unstable-2023-08-17 -> unstable-2023-08-22
This commit is contained in:
commit
f9bccfacb3
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "complgen";
|
pname = "complgen";
|
||||||
version = "unstable-2023-08-17";
|
version = "unstable-2023-08-22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "adaszko";
|
owner = "adaszko";
|
||||||
repo = "complgen";
|
repo = "complgen";
|
||||||
rev = "4f01c04184b31804009e0002ff6ba1c777439798";
|
rev = "8c9b9c51f3465c6d858e15f442b63e94b2f5ed1b";
|
||||||
hash = "sha256-KQFMWVHTlkf65ghgv3oR2Jz4QtXkdz6CNIC3eeyBgBg=";
|
hash = "sha256-oYRaH3FbAFY7QujgFpUDD8gVam4+Gm9qROxCTMYBg9I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-m/eFpwMZOOVGVeXjQwNZheuPeGkJd0mAF903ML/Kr90=";
|
cargoHash = "sha256-LHnIIkQLuY+A09qhxSiyLmUpX/dES7xBE5m1uRPI0i0=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Generate {bash,fish,zsh} completions from a single EBNF-like grammar";
|
description = "Generate {bash,fish,zsh} completions from a single EBNF-like grammar";
|
||||||
|
Loading…
Reference in New Issue
Block a user