Merge pull request #251633 from figsoda/complgen

complgen: unstable-2023-08-17 -> unstable-2023-08-22
This commit is contained in:
Nick Cao 2023-08-27 09:04:33 +08:00 committed by GitHub
commit f9bccfacb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage {
pname = "complgen";
version = "unstable-2023-08-17";
version = "unstable-2023-08-22";
src = fetchFromGitHub {
owner = "adaszko";
repo = "complgen";
rev = "4f01c04184b31804009e0002ff6ba1c777439798";
hash = "sha256-KQFMWVHTlkf65ghgv3oR2Jz4QtXkdz6CNIC3eeyBgBg=";
rev = "8c9b9c51f3465c6d858e15f442b63e94b2f5ed1b";
hash = "sha256-oYRaH3FbAFY7QujgFpUDD8gVam4+Gm9qROxCTMYBg9I=";
};
cargoHash = "sha256-m/eFpwMZOOVGVeXjQwNZheuPeGkJd0mAF903ML/Kr90=";
cargoHash = "sha256-LHnIIkQLuY+A09qhxSiyLmUpX/dES7xBE5m1uRPI0i0=";
meta = with lib; {
description = "Generate {bash,fish,zsh} completions from a single EBNF-like grammar";