ast-grep: 0.39.4 -> 0.39.5 (#441893)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
ae3e7c1e 7cb95014

+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.4"; 15 16 src = fetchFromGitHub { 17 owner = "ast-grep"; 18 repo = "ast-grep"; 19 tag = finalAttrs.version; 20 - hash = "sha256-V5nBfYCPJKxhpWRG44GdoFIL5fRFyZB4W7YBtTNPv2I="; 21 }; 22 23 # error: linker `aarch64-linux-gnu-gcc` not found ··· 25 rm .cargo/config.toml 26 ''; 27 28 - cargoHash = "sha256-qVUWK3p7S3biucy5Mz3eMjBndrlwJ8pn1TS8qLutNYs="; 29 30 nativeBuildInputs = [ installShellFiles ]; 31
··· 11 12 rustPlatform.buildRustPackage (finalAttrs: { 13 pname = "ast-grep"; 14 + version = "0.39.5"; 15 16 src = fetchFromGitHub { 17 owner = "ast-grep"; 18 repo = "ast-grep"; 19 tag = finalAttrs.version; 20 + hash = "sha256-hgJD3cc+FbOuI2ZCuKDN2u9vMZngIvPGUqFRjpFE/zY="; 21 }; 22 23 # error: linker `aarch64-linux-gnu-gcc` not found ··· 25 rm .cargo/config.toml 26 ''; 27 28 + cargoHash = "sha256-KLiE1lbgrWj8RYLTFLMqukeH1W9ipE1vYaId2/DJHrE="; 29 30 nativeBuildInputs = [ installShellFiles ]; 31