ast-grep: 0.32.2 -> 0.32.3 (#369878)

authored by Nick Cao and committed by GitHub ea29bbbb 619afa1a

+3 -3
+3 -3
pkgs/by-name/as/ast-grep/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "ast-grep"; 11 - version = "0.32.2"; 12 13 src = fetchFromGitHub { 14 owner = "ast-grep"; 15 repo = "ast-grep"; 16 rev = version; 17 - hash = "sha256-es/CnKtB1oUoYFOWR1xVzAo1Vwm5eb9VVmZWPZAAAaA="; 18 }; 19 20 - cargoHash = "sha256-tFFx7nPY1eSdHWp+EovqCaybfVVgHt6ZF2KNaGSovyg="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "ast-grep"; 11 + version = "0.32.3"; 12 13 src = fetchFromGitHub { 14 owner = "ast-grep"; 15 repo = "ast-grep"; 16 rev = version; 17 + hash = "sha256-DJrcXykSYArG5cP3Nm3JEeBpu9a4Mbben4/DApIKZN4="; 18 }; 19 20 + cargoHash = "sha256-frAoaoKOoFRfb9qtjPehtUSqKU25+pbMff4iRPXS/Qo="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23