complgen: 0.3.0 -> 0.4.0 (#403328)

This commit is contained in:
Wolfgang Walther
2025-06-01 09:56:12 +00:00
committed by GitHub
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "complgen";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "adaszko";
repo = "complgen";
rev = "v${version}";
hash = "sha256-spyRH3zzuuGZeQ8iFTa+hc/b4nYSiNIMOEWmc8+jJO0=";
hash = "sha256-RSNOpe2VCNw9TJGD7QuuZT9WOdA6AFFcF9AOg4/+94w=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-mLWgMoP1Is2Tm1Ygwn9VR99GjTthAY30IGmKA29nR/w=";
cargoHash = "sha256-0e3PTetpWjagBuagfkdsNfn1k+rEbzOJJONMXv7G96o=";
meta = with lib; {
description = "Generate {bash,fish,zsh} completions from a single EBNF-like grammar";