bash-pinyin-completion-rs: 0.3.1 -> 0.3.2 (#445360)

authored by nixpkgs-merge-bot[bot] and committed by GitHub c8bd8b27 761247bf

+3 -3
+3 -3
pkgs/by-name/ba/bash-pinyin-completion-rs/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage (finalAttrs: { 9 9 pname = "bash-pinyin-completion-rs"; 10 - version = "0.3.1"; 10 + version = "0.3.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "AOSC-Dev"; 14 14 repo = "bash-pinyin-completion-rs"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-TBTVUDtlBCvfmWcwcSr9xLXE1cBLHeptklwR3hD+49Y="; 16 + hash = "sha256-r+B11TgMOhwslqygv72S9uhF7v79MAzUu5XHlD/P3HY="; 17 17 }; 18 18 19 19 strictDeps = true; 20 20 21 - cargoHash = "sha256-DmFsRoguommcBbeJrCcTRm815c7gLnUQ+7n0/Iz6Gvk="; 21 + cargoHash = "sha256-IEtGulY6EqJ74ok1xLY64K1yKSZcmb/wyObtcaHYMRk="; 22 22 23 23 postInstall = '' 24 24 substituteInPlace scripts/bash_pinyin_completion \