Merge pull request #250425 from figsoda/complgen

complgen: unstable-2023-08-07 -> unstable-2023-08-17

authored by Nick Cao and committed by GitHub 3c6fac23 008b1085

+4 -4
+4 -4
pkgs/development/tools/misc/complgen/default.nix
··· 5 6 rustPlatform.buildRustPackage { 7 pname = "complgen"; 8 - version = "unstable-2023-08-07"; 9 10 src = fetchFromGitHub { 11 owner = "adaszko"; 12 repo = "complgen"; 13 - rev = "7c81398e66e5728e0247b61e2210aad0b7a1d002"; 14 - hash = "sha256-ToyvyXuesBKxi8qLo1YLUvIlhjEmkoiOu8+inPCgyU8="; 15 }; 16 17 - cargoHash = "sha256-fH+yeuup2USkW8L2/CEmSx++u0wHrCsMuugCmJ+L6jw="; 18 19 meta = with lib; { 20 description = "Generate {bash,fish,zsh} completions from a single EBNF-like grammar";
··· 5 6 rustPlatform.buildRustPackage { 7 pname = "complgen"; 8 + version = "unstable-2023-08-17"; 9 10 src = fetchFromGitHub { 11 owner = "adaszko"; 12 repo = "complgen"; 13 + rev = "4f01c04184b31804009e0002ff6ba1c777439798"; 14 + hash = "sha256-KQFMWVHTlkf65ghgv3oR2Jz4QtXkdz6CNIC3eeyBgBg="; 15 }; 16 17 + cargoHash = "sha256-m/eFpwMZOOVGVeXjQwNZheuPeGkJd0mAF903ML/Kr90="; 18 19 meta = with lib; { 20 description = "Generate {bash,fish,zsh} completions from a single EBNF-like grammar";