Unverified Commit c40cf0fe authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ast-grep: 0.34.3 -> 0.34.4 (#380035)

parents 9beae3ae e22015f2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@

rustPlatform.buildRustPackage rec {
  pname = "ast-grep";
  version = "0.34.3";
  version = "0.34.4";

  src = fetchFromGitHub {
    owner = "ast-grep";
    repo = "ast-grep";
    tag = version;
    hash = "sha256-r82BDCncRUSmIBQFwsrKDwKEKmvGm/lKtz1rYC47Ems=";
    hash = "sha256-fS2zuL0j/4Z24wvRIu2M47CafC/f0Ta3rMmQomB3P1Q=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-hxIeRkKPuLftAYAsdk2Hq1+ittGeWDIl9Rryi7MLg90=";
  cargoHash = "sha256-b0t5t7qla4/xZiR3YqhLUDRCj+V2jEUjY4sGGA7L+hE=";

  nativeBuildInputs = [ installShellFiles ];