ast-grep: 0.39.1 -> 0.39.2 (#430518)

Co-authored-by: xiaoxiangmoe <xiaoxiangmoe@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] xiaoxiangmoe and committed by GitHub 6a489c94 fdb16e64

+3 -3
+3 -3
pkgs/by-name/as/ast-grep/package.nix
··· 11 11 12 12 rustPlatform.buildRustPackage (finalAttrs: { 13 13 pname = "ast-grep"; 14 - version = "0.39.1"; 14 + version = "0.39.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "ast-grep"; 18 18 repo = "ast-grep"; 19 19 tag = finalAttrs.version; 20 - hash = "sha256-LZ83PlIEC1Is5Fo7GMglLgYg0+acJcFc1yeaF2Yrs1I="; 20 + hash = "sha256-RfsBgxxb9Kd28hzDXNBNFEwpRchxt+VmSMwc2wRDuig="; 21 21 }; 22 22 23 23 # error: linker `aarch64-linux-gnu-gcc` not found ··· 25 25 rm .cargo/config.toml 26 26 ''; 27 27 28 - cargoHash = "sha256-HXuU+B25+Cy8cLM2cNhwqcm/Wt3JS3aGKIKgGpttek8="; 28 + cargoHash = "sha256-5SDGkOeByG8SUQJH/89TLuEJeKcu9lu/ZKbudwCAM0o="; 29 29 30 30 nativeBuildInputs = [ installShellFiles ]; 31 31