Unverified Commit 0e30ffe0 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

bash-pinyin-completion-rs: 0.3.2 -> 1.0.0 (#454896)

parents 4d5fc6eb 372a6a1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "bash-pinyin-completion-rs";
  version = "0.3.2";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "AOSC-Dev";
    repo = "bash-pinyin-completion-rs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-r+B11TgMOhwslqygv72S9uhF7v79MAzUu5XHlD/P3HY=";
    hash = "sha256-VXIIG+ZGb4fS3LSIkGW744ui4AKTdQCjrNlObH/YZVY=";
  };

  strictDeps = true;