Merge pull request #59679 from lilyball/ripgrep

ripgrep: 0.10.0 -> 11.0.0
This commit is contained in:
Vladyslav M 2019-04-16 10:54:52 +03:00 committed by GitHub
commit d191219f0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
name = "ripgrep-${version}";
version = "0.10.0";
version = "11.0.0";
src = fetchFromGitHub {
owner = "BurntSushi";
repo = "ripgrep";
rev = version;
sha256 = "017fz5kv1kv9jz7mb7vcxrklf5vybvfz2x61g6myzshqz4z1v1yb";
sha256 = "13yavwi2b4w1p5fmpfn1vnwarsanlib1vj4pn1z2hg3a3v0c10iv";
};
cargoSha256 = "0k2b2vbklfdjk2zdc8ip480drc12gy1whlwj94p44hr3402azcgr";
cargoSha256 = "0zrn4qshk24wzhhx7s36m27q5430gq22vnksd8kw11s3058s6pwg";
cargoBuildFlags = stdenv.lib.optional withPCRE2 "--features pcre2";