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