about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-27 09:04:33 +0800
committerGitHub <noreply@github.com>2023-08-27 09:04:33 +0800
commitf9bccfacb33fc54aa0149f3fffcabee675c62393 (patch)
tree5097ed6f3ec6cbd3e31c841868f598023ce9be1a /pkgs/development/tools
parent4840a9c0982ee679e02ae40abdfbdd2988e78952 (diff)
parent9a74a042e101594d203988994dda7342ae0070c7 (diff)
Merge pull request #251633 from figsoda/complgen
complgen: unstable-2023-08-17 -> unstable-2023-08-22
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/complgen/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/misc/complgen/default.nix b/pkgs/development/tools/misc/complgen/default.nix
index ad83f8f2078a0..c9685d53511ed 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-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";