about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-31 23:58:16 -0600
committerGitHub <noreply@github.com>2023-07-31 23:58:16 -0600
commitec29f872a464be2a399caaba1c263b80e911d857 (patch)
tree68e25639938d16925805983a8448f2424da1e426 /pkgs
parentf67c11157c5396529cb79b45ba8e7fa4910ee19c (diff)
parentbafc87ee1279f9f10690056df15066258b4f310b (diff)
Merge pull request #246474 from r-ryantm/auto-update/ast-grep
ast-grep: 0.9.2 -> 0.10.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/ast-grep/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/ast-grep/default.nix b/pkgs/development/tools/misc/ast-grep/default.nix
index 45eaecf18080f..47d7db0390a64 100644
--- a/pkgs/development/tools/misc/ast-grep/default.nix
+++ b/pkgs/development/tools/misc/ast-grep/default.nix
@@ -6,16 +6,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "ast-grep";
-  version = "0.9.2";
+  version = "0.10.0";
 
   src = fetchFromGitHub {
     owner = "ast-grep";
     repo = "ast-grep";
     rev = version;
-    hash = "sha256-s3Z+QbE+Np9Rox0Syir7ag1gJGSxnwpu5kQRmpBOUoA=";
+    hash = "sha256-Il7VJyp4iIo8KrFHRoE4QptgzlJGKr+Npp2IkjDx/vc=";
   };
 
-  cargoHash = "sha256-VbMAPBCubst0HDI+pG59KPkwWXOeQNjVMb81ci96rBg=";
+  cargoHash = "sha256-KReLBqdXtef20tULasw47wrm5k+qUBwo8tPiOTvD9cQ=";
 
   # error: linker `aarch64-linux-gnu-gcc` not found
   postPatch = ''