Unverified Commit e2df13eb authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

ast-grep: 0.11.0 -> 0.11.1
parents 0ca251a0 2eba8d3e
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.11.0";
  version = "0.11.1";

  src = fetchFromGitHub {
    owner = "ast-grep";
    repo = "ast-grep";
    rev = version;
    hash = "sha256-chx37D0y05nIlXmP4SsWvsO+36BV7drTYpJCgMIl5xA=";
    hash = "sha256-1ThEJ8VEcXNScY4zmmXz7BVYs6irE1h9HDxkVvmVq1k=";
  };

  cargoHash = "sha256-VfuBee2F2FxhcTE1JwosFgQI9+stzDuOHfpLv25rcNw=";
  cargoHash = "sha256-3myUFgKktvD9S0Bp7ixsZb59p3iDwmiEKUFD7wB+7IM=";

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