Merge pull request #249020 from cafkafk/cafk-ast-grep-0.11.0

ast-grep: 0.10.0 -> 0.11.0
This commit is contained in:
figsoda 2023-08-14 10:09:42 -04:00 committed by GitHub
commit 3d5d5e999b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "ast-grep";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "ast-grep";
repo = "ast-grep";
rev = version;
hash = "sha256-Il7VJyp4iIo8KrFHRoE4QptgzlJGKr+Npp2IkjDx/vc=";
hash = "sha256-chx37D0y05nIlXmP4SsWvsO+36BV7drTYpJCgMIl5xA=";
};
cargoHash = "sha256-KReLBqdXtef20tULasw47wrm5k+qUBwo8tPiOTvD9cQ=";
cargoHash = "sha256-VfuBee2F2FxhcTE1JwosFgQI9+stzDuOHfpLv25rcNw=";
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''
@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://ast-grep.github.io/";
changelog = "https://github.com/ast-grep/ast-grep/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ montchr lord-valen ];
maintainers = with maintainers; [ montchr lord-valen cafkafk ];
};
}