ripgrep: modernize

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-06-06 15:45:29 -07:00
parent e796c129a6
commit 87262e6569
+3 -1
View File
@@ -19,10 +19,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "ripgrep";
version = "15.1.0";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "BurntSushi";
repo = "ripgrep";
rev = finalAttrs.version;
tag = finalAttrs.version;
hash = "sha256-0gjwYMUlXYnmIWQS1SVzF1yQw1lpveRLw5qp049lc3I=";
};