Unverified Commit 63d21f0b authored by Christina Sørensen's avatar Christina Sørensen Committed by GitHub
Browse files

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

ast-grep: 0.22.5 -> 0.22.6
parents 56dd8118 b749b1dc
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.22.5";
  version = "0.22.6";

  src = fetchFromGitHub {
    owner = "ast-grep";
    repo = "ast-grep";
    rev = version;
    hash = "sha256-BBF4gnsZmQ36NDX7X/CTGb9+N79S5lLmBaq5keGeNfA=";
    hash = "sha256-QE8bTFlKlaxUeYJoaZyiuv/7zk+Pi3s64Er5YNTUh7I=";
  };

  cargoHash = "sha256-bpwZ1yDeevjMlrLLBPQa9H5NIN99o39kicsOnp+kj9M=";
  cargoHash = "sha256-tTEZUGC4RHjnAK+fMNkVqgsngBSdVAtoZ5ij3VbzKb4=";

  nativeBuildInputs = [ installShellFiles ];