Skip to content

Commit

Permalink
ast-grep: 0.31.1 -> 0.32.2 (#367304)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafkafk authored Dec 23, 2024
2 parents 2e5433f + ece5fbe commit 8865efb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/as/ast-grep/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "ast-grep";
version = "0.31.1";
version = "0.32.2";

src = fetchFromGitHub {
owner = "ast-grep";
repo = "ast-grep";
rev = version;
hash = "sha256-6xdqxo7XFzZHuzCUDM50iwJdub/XElKG0AlRL5mS7u4=";
hash = "sha256-es/CnKtB1oUoYFOWR1xVzAo1Vwm5eb9VVmZWPZAAAaA=";
};

cargoHash = "sha256-6s+XVpGTrKCBX2E/9+VyiUTvi47Xj48lPkUXlfXnufQ=";
cargoHash = "sha256-tFFx7nPY1eSdHWp+EovqCaybfVVgHt6ZF2KNaGSovyg=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 8865efb

Please sign in to comment.