diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-06 21:34:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-06 21:34:41 +0900 |
| commit | e781057619feaf24997a4660870adcf81f79e8f9 (patch) | |
| tree | edc586d6ff47879379f06c63bc928e7a4933a22d | |
| parent | 9b8832f30497fb3b837bf580cd202e164d97581e (diff) | |
| download | nur-packages-e781057619feaf24997a4660870adcf81f79e8f9.tar.gz nur-packages-e781057619feaf24997a4660870adcf81f79e8f9.tar.zst nur-packages-e781057619feaf24997a4660870adcf81f79e8f9.zip | |
feat(hgrep) upgrade to 0.3.9
| -rw-r--r-- | pkgs/hgrep/default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
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" |
