about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-25 12:54:54 -0400
committerGitHub <noreply@github.com>2023-08-25 12:54:54 -0400
commite2df13eb5af749e11393f44f59389083d95ab9dc (patch)
tree45460b53f141d96b088ecc0bdfa68ddfb70f09bd
parent0ca251a070f9f6f6d42eb348b10bbe85a25ab57b (diff)
parent2eba8d3e46c6a0dedd982ef9227b0689865ac087 (diff)
Merge pull request #251309 from r-ryantm/auto-update/ast-grep
ast-grep: 0.11.0 -> 0.11.1
-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 40924e195de5f..0b0b7e47ba93d 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.11.0";
+  version = "0.11.1";
 
   src = fetchFromGitHub {
     owner = "ast-grep";
     repo = "ast-grep";
     rev = version;
-    hash = "sha256-chx37D0y05nIlXmP4SsWvsO+36BV7drTYpJCgMIl5xA=";
+    hash = "sha256-1ThEJ8VEcXNScY4zmmXz7BVYs6irE1h9HDxkVvmVq1k=";
   };
 
-  cargoHash = "sha256-VfuBee2F2FxhcTE1JwosFgQI9+stzDuOHfpLv25rcNw=";
+  cargoHash = "sha256-3myUFgKktvD9S0Bp7ixsZb59p3iDwmiEKUFD7wB+7IM=";
 
   # error: linker `aarch64-linux-gnu-gcc` not found
   postPatch = ''