From 0617a59c8be773f10b230d8236629169ee4888a6 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 7 Jun 2023 09:35:02 -0400 Subject: [PATCH] repgrep: 0.12.4 -> 0.13.0 Diff: https://github.com/acheronfail/repgrep/compare/0.12.4...0.13.0 Changelog: https://github.com/acheronfail/repgrep/blob/0.13.0/CHANGELOG.md --- pkgs/tools/text/repgrep/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/text/repgrep/default.nix b/pkgs/tools/text/repgrep/default.nix index f876366e458e..92d574e7f77d 100644 --- a/pkgs/tools/text/repgrep/default.nix +++ b/pkgs/tools/text/repgrep/default.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "repgrep"; - version = "0.12.4"; + version = "0.13.0"; src = fetchFromGitHub { owner = "acheronfail"; repo = "repgrep"; rev = version; - hash = "sha256-tMv0MdFlDEYx8lNINfnhX6WgcpVLm1fTlaUddej5KRc="; + hash = "sha256-B286fU25GwDB7oqm5sbCoznzm71eKWJuUP8I7BEi7Hs="; }; - cargoHash = "sha256-NjPFoVPHjwG74ZNStYaNMzwdX488xDjGJu92+UWC2z8="; + cargoHash = "sha256-TWu/TQsv8FM60kNPIxn6TiTHgHlKtSjubnfbg6IfS10="; nativeBuildInputs = [ asciidoctor