ripgrep: modernize (#528968)

This commit is contained in:
Maximilian Bosch 2026-06-12 13:37:45 +00:00 committed by GitHub
commit 04f06dbb81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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=";
};