Skip to content

Commit

Permalink
ripgrep: 12.1.0 -> 12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed May 29, 2020
1 parent 7172514 commit b8cc675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/ripgrep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "ripgrep";
version = "12.1.0";
version = "12.1.1";

src = fetchFromGitHub {
owner = "BurntSushi";
repo = pname;
rev = version;
sha256 = "1vgkk78c25ia9y4q5psrh7xrlbfdn7dz7bc20kci40n8zr0vjwww";
sha256 = "1hqps7l5qrjh9f914r5i6kmcz6f1yb951nv4lby0cjnp5l253kps";
};

cargoSha256 = "143lnf4yah9ik7v8rphv7gbvr2ckhjpmy8zfgqml1n3fqxiqvxnb";
cargoSha256 = "03wf9r2csi6jpa7v5sw5lpxkrk4wfzwmzx7k3991q3bdjzcwnnwp";

cargoBuildFlags = stdenv.lib.optional withPCRE2 "--features pcre2";

Expand Down

0 comments on commit b8cc675

Please sign in to comment.