From 0f883e52f8a9395aad1689bbc869a523260e6460 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 9 Aug 2023 16:59:40 -0400 Subject: [PATCH] complgen: unstable-2023-07-20 -> unstable-2023-08-07 Diff: https://github.com/adaszko/complgen/compare/18ad7e5def8e9b9701a79511a23a2091baad8a9e...7c81398e66e5728e0247b61e2210aad0b7a1d002 --- pkgs/development/tools/misc/complgen/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/tools/misc/complgen/default.nix b/pkgs/development/tools/misc/complgen/default.nix index a122a2a7ff88..06b51187cea1 100644 --- a/pkgs/development/tools/misc/complgen/default.nix +++ b/pkgs/development/tools/misc/complgen/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage { pname = "complgen"; - version = "unstable-2023-07-20"; + version = "unstable-2023-08-07"; src = fetchFromGitHub { owner = "adaszko"; repo = "complgen"; - rev = "18ad7e5def8e9b9701a79511a23a2091baad8a9e"; - hash = "sha256-1nNxcYi7HrA2vcggiLC5UPTX3dmM5xgjubnX7WtCq/A="; + rev = "7c81398e66e5728e0247b61e2210aad0b7a1d002"; + hash = "sha256-ToyvyXuesBKxi8qLo1YLUvIlhjEmkoiOu8+inPCgyU8="; }; - cargoHash = "sha256-rR9wj34QUmIn5HE0k2nOa7HHO5DI+w6BbCgJ4Aelt44="; + cargoHash = "sha256-fH+yeuup2USkW8L2/CEmSx++u0wHrCsMuugCmJ+L6jw="; meta = with lib; { description = "Generate {bash,fish,zsh} completions from a single EBNF-like grammar";