mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ripgrep: modernize (#528968)
This commit is contained in:
commit
04f06dbb81
1 changed files with 3 additions and 1 deletions
|
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue