From e781057619feaf24997a4660870adcf81f79e8f9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 6 Jan 2026 21:34:41 +0900 Subject: feat(hgrep) upgrade to 0.3.9 --- pkgs/hgrep/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/hgrep/default.nix') diff --git a/pkgs/hgrep/default.nix b/pkgs/hgrep/default.nix index 004041e..ed4c531 100644 --- a/pkgs/hgrep/default.nix +++ b/pkgs/hgrep/default.nix @@ -7,22 +7,22 @@ rustPlatform.buildRustPackage rec { pname = "hgrep"; - version = "0.3.8"; + version = "0.3.9"; src = fetchFromGitHub { owner = "rhysd"; repo = "hgrep"; rev = "v${version}"; - hash = "sha256-GcV6tZLhAtBE0/husOqZ3Gib9nXXg7kcxrNp9IK0eTo="; + hash = "sha256-xBLpEs0PvYb7sIca9yb3vhi2Bsr1BFqB0jlD+bZT2EI="; }; - cargoHash = "sha256-NxfWY9OoMNASlWE48njuAdTI11JAV+rzjD0OU2cHLsc="; + cargoHash = "sha256-TP+PClv7FX3kRBwJ0RAKbKoTKpi7hTZgw/Z/ktFKbwQ="; nativeBuildInputs = [ installShellFiles ]; - # Disable bat-printer because I won't use it. - # https://github.com/rhysd/hgrep/blob/v0.3.8/Cargo.toml#L44-L48 + # Disable bat-printer because I don't use it. + # https://github.com/rhysd/hgrep/blob/v0.3.9/Cargo.toml#L44-L48 buildNoDefaultFeatures = true; buildFeatures = [ "ripgrep" -- cgit v1.2.3-70-g09d2