ast-grep: 0.28.1 -> 0.30.0

Release notes: https://github.com/ast-grep/ast-grep/releases/tag/0.30.0

Closes: #355770
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-11-14 08:24:05 +01:00
parent 3400d5e942
commit 7739493e6f
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "ast-grep";
version = "0.28.1";
version = "0.30.0";
src = fetchFromGitHub {
owner = "ast-grep";
repo = "ast-grep";
rev = version;
hash = "sha256-nMOj/oMJsBB0bI2RzxEytvEr0v+VmGIMY0uiK7ALEHM=";
hash = "sha256-Fk46F1EBWSVFAUUDAtXcwq9iCSATW1CV/ul3NEa1YqA=";
};
cargoHash = "sha256-alOLdkgyrJQNg/JACredGmfs/dKxnOm9cSahvVBHzTM=";
cargoHash = "sha256-5yJ248BSp9w/r1chQqIucxzfvFGy+jumSquF9gVmSUM=";
nativeBuildInputs = [ installShellFiles ];