Skip to content

Commit

Permalink
ast-grep: 0.24.1 -> 0.26.3 (NixOS#327101)
Browse files Browse the repository at this point in the history
  • Loading branch information
smancill authored Aug 28, 2024
2 parents 0fefe24 + 9a8c62f commit 3e2372a
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 @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "ast-grep";
version = "0.24.1";
version = "0.26.3";

src = fetchFromGitHub {
owner = "ast-grep";
repo = "ast-grep";
rev = version;
hash = "sha256-kNPmtaUb5rMbdTlNKD3PrInuxGQt/JamMDx8BwBxVd8=";
hash = "sha256-i2M3QSwLj2px6tiYyW8jz/WZ2z+IETrSoxis+BgHGXg=";
};

cargoHash = "sha256-iV2GXH7opNIyWsgi0EnRIXDhJd3s66qFhnZWawBPb6g=";
cargoHash = "sha256-6CXttQ+r2Ye5tz1V7XgLLnKQg7LHUVUtqpThETrwtzQ=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 3e2372a

Please sign in to comment.