Unverified Commit ec29f872 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #246474 from r-ryantm/auto-update/ast-grep

ast-grep: 0.9.2 -> 0.10.0
parents f67c1115 bafc87ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "ast-grep";
  version = "0.9.2";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "ast-grep";
    repo = "ast-grep";
    rev = version;
    hash = "sha256-s3Z+QbE+Np9Rox0Syir7ag1gJGSxnwpu5kQRmpBOUoA=";
    hash = "sha256-Il7VJyp4iIo8KrFHRoE4QptgzlJGKr+Npp2IkjDx/vc=";
  };

  cargoHash = "sha256-VbMAPBCubst0HDI+pG59KPkwWXOeQNjVMb81ci96rBg=";
  cargoHash = "sha256-KReLBqdXtef20tULasw47wrm5k+qUBwo8tPiOTvD9cQ=";

  # error: linker `aarch64-linux-gnu-gcc` not found
  postPatch = ''