ast-grep: 0.38.7 -> 0.39.1 (#427073)

Changed files
+3 -3
pkgs
by-name
as
ast-grep
+3 -3
pkgs/by-name/as/ast-grep/package.nix
···
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ast-grep";
-
version = "0.38.7";
+
version = "0.39.1";
src = fetchFromGitHub {
owner = "ast-grep";
repo = "ast-grep";
tag = finalAttrs.version;
-
hash = "sha256-3ZjXHmPBI40rXrEUerlvmozBYEu8NDvy0Fj3wopA7D8=";
+
hash = "sha256-LZ83PlIEC1Is5Fo7GMglLgYg0+acJcFc1yeaF2Yrs1I=";
};
# error: linker `aarch64-linux-gnu-gcc` not found
···
'';
useFetchCargoVendor = true;
-
cargoHash = "sha256-VoVSI6pg+V4lz/K5ASM8bwMo3G3+ZzK8/Yko33zsCNk=";
+
cargoHash = "sha256-HXuU+B25+Cy8cLM2cNhwqcm/Wt3JS3aGKIKgGpttek8=";
nativeBuildInputs = [ installShellFiles ];