about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-11 09:05:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-11 09:05:43 +0000
commitf6929215e1e411dbb6cbf214ca29917560e2be13 (patch)
tree6bdee309447cf0f4b1c170e6205f1b56ae693bdc /pkgs/development/tools
parent547a750222e2dc5a07a3d085dc5a165b7b44cdd8 (diff)
downloadnixlib-f6929215e1e411dbb6cbf214ca29917560e2be13.tar
nixlib-f6929215e1e411dbb6cbf214ca29917560e2be13.tar.gz
nixlib-f6929215e1e411dbb6cbf214ca29917560e2be13.tar.bz2
nixlib-f6929215e1e411dbb6cbf214ca29917560e2be13.tar.lz
nixlib-f6929215e1e411dbb6cbf214ca29917560e2be13.tar.xz
nixlib-f6929215e1e411dbb6cbf214ca29917560e2be13.tar.zst
nixlib-f6929215e1e411dbb6cbf214ca29917560e2be13.zip
ast-grep: 0.6.6 -> 0.7.2
Diffstat (limited to 'pkgs/development/tools')
-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 f02f31d536ff..692d1b82c5c4 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.6.6";
+  version = "0.7.2";
 
   src = fetchFromGitHub {
     owner = "ast-grep";
     repo = "ast-grep";
     rev = version;
-    hash = "sha256-iU7UtyF5isyc4G3vYu7f1bU7U38HsgkzNF+LctE08ds=";
+    hash = "sha256-BsB1L/nClJIlSLWaS6UBdj8/0sNZCwfzUdbLNyQKJms=";
   };
 
-  cargoHash = "sha256-30cYsRj10uFUlxhr7kgOy3I0m9qtq6kVNednX7OSQUk=";
+  cargoHash = "sha256-DEnK1+iPIp0dpkVOME0h1LoAm0etKDCU8TfmPb+A0uM=";
 
   # error: linker `aarch64-linux-gnu-gcc` not found
   postPatch = ''