about summary refs log tree commit diff
path: root/pkgs/by-name/as/ast-grep
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-13 05:46:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-13 05:46:01 +0000
commit7cb1c4696c653e47243ab27ee8670548bfd439b0 (patch)
treecf0d105720b4c427a41091d652d70ce83fa48ba4 /pkgs/by-name/as/ast-grep
parent90c3374749364dc58f7077e4cfb53caa0bd29350 (diff)
ast-grep: 0.13.1 -> 0.14.4
Diffstat (limited to 'pkgs/by-name/as/ast-grep')
-rw-r--r--pkgs/by-name/as/ast-grep/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/as/ast-grep/package.nix b/pkgs/by-name/as/ast-grep/package.nix
index 226174fd85c4e..0f1ec9fca2884 100644
--- a/pkgs/by-name/as/ast-grep/package.nix
+++ b/pkgs/by-name/as/ast-grep/package.nix
@@ -6,16 +6,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "ast-grep";
-  version = "0.13.1";
+  version = "0.14.4";
 
   src = fetchFromGitHub {
     owner = "ast-grep";
     repo = "ast-grep";
     rev = version;
-    hash = "sha256-Wee+npgL0+7pv9ph3S93fIXr8z/FWp/TBthJhVSx3zI=";
+    hash = "sha256-TEuQ6Ng9DO2ueIvZkXKIE/gQ/v1wSyzQQRFT2Srxuxo=";
   };
 
-  cargoHash = "sha256-OFNqBkPAKaSqDQUWisupj6FlDbm3kw0xq5nbvj04H5U=";
+  cargoHash = "sha256-zg2N8yw9qviHd4EVzGakFpBzkKyzVfM/8FRXu24zL64=";
 
   # Work around https://github.com/NixOS/nixpkgs/issues/166205.
   env = lib.optionalAttrs stdenv.cc.isClang {