about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-07-11 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-07-11 04:20:00 +0000
commit727f936b840267f14d6ba6e43653aba4ee383f9a (patch)
treebae196af12b4d9019e4e32c7d12894fdc5a32820 /pkgs/development/tools
parentf6929215e1e411dbb6cbf214ca29917560e2be13 (diff)
downloadnixlib-727f936b840267f14d6ba6e43653aba4ee383f9a.tar
nixlib-727f936b840267f14d6ba6e43653aba4ee383f9a.tar.gz
nixlib-727f936b840267f14d6ba6e43653aba4ee383f9a.tar.bz2
nixlib-727f936b840267f14d6ba6e43653aba4ee383f9a.tar.lz
nixlib-727f936b840267f14d6ba6e43653aba4ee383f9a.tar.xz
nixlib-727f936b840267f14d6ba6e43653aba4ee383f9a.tar.zst
nixlib-727f936b840267f14d6ba6e43653aba4ee383f9a.zip
ast-grep: 0.7.2 -> 0.8.0
Diff: https://github.com/ast-grep/ast-grep/compare/0.7.2...0.8.0

Changelog: https://github.com/ast-grep/ast-grep/blob/0.8.0/CHANGELOG.md
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 692d1b82c5c4..35ec0cb05ed4 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.7.2";
+  version = "0.8.0";
 
   src = fetchFromGitHub {
     owner = "ast-grep";
     repo = "ast-grep";
     rev = version;
-    hash = "sha256-BsB1L/nClJIlSLWaS6UBdj8/0sNZCwfzUdbLNyQKJms=";
+    hash = "sha256-jLb2xMrsBuw+ty1S4X+YdvPfiDyDUuLdJH5dw+e+9Pk=";
   };
 
-  cargoHash = "sha256-DEnK1+iPIp0dpkVOME0h1LoAm0etKDCU8TfmPb+A0uM=";
+  cargoHash = "sha256-ayzR0LjKPXWgtMFznjDDFJM4Ef2HW1HK8aOCcDiwvAA=";
 
   # error: linker `aarch64-linux-gnu-gcc` not found
   postPatch = ''