Merge pull request #242799 from r-ryantm/auto-update/ast-grep

ast-grep: 0.6.6 -> 0.7.2

authored by Mario Rodas and committed by GitHub b6cc7ff8 7e5d7957

+3 -3
+3 -3
pkgs/development/tools/misc/ast-grep/default.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "ast-grep"; 9 - version = "0.6.6"; 9 + version = "0.8.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "ast-grep"; 13 13 repo = "ast-grep"; 14 14 rev = version; 15 - hash = "sha256-iU7UtyF5isyc4G3vYu7f1bU7U38HsgkzNF+LctE08ds="; 15 + hash = "sha256-jLb2xMrsBuw+ty1S4X+YdvPfiDyDUuLdJH5dw+e+9Pk="; 16 16 }; 17 17 18 - cargoHash = "sha256-30cYsRj10uFUlxhr7kgOy3I0m9qtq6kVNednX7OSQUk="; 18 + cargoHash = "sha256-ayzR0LjKPXWgtMFznjDDFJM4Ef2HW1HK8aOCcDiwvAA="; 19 19 20 20 # error: linker `aarch64-linux-gnu-gcc` not found 21 21 postPatch = ''