ripgrep: modernize (#528968)

This commit is contained in:
Maximilian Bosch
2026-06-12 13:37:45 +00:00
committed by GitHub
+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=";
};