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

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

ast-grep: 0.21.3 -> 0.21.4
parents 9f152ff9 f10f9dcf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "ast-grep";
  version = "0.21.3";
  version = "0.21.4";

  src = fetchFromGitHub {
    owner = "ast-grep";
    repo = "ast-grep";
    rev = version;
    hash = "sha256-vI40H+hLR1OR1Nark9NL4YWbx/ZElYTk651+COJQF9o=";
    hash = "sha256-qoQUc+qMKptCxgW6Yfc2umhSsn27vv1SvcvjCFeuIrA=";
  };

  cargoHash = "sha256-bjBi8gcTT0tjnq+WSET3ywAvugJCdRXWYL8G6rJcxe4=";
  cargoHash = "sha256-acgGz8FToQDlSuxge0hvApk4SOxQ74mMvx0A2+zv65o=";

  nativeBuildInputs = [ installShellFiles ];