From 75d174cef1182c4ec4c75d7d916370f74035bc75 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 4 Nov 2025 01:38:19 +0000 Subject: [PATCH] hgrep: 0.3.8 -> 0.3.9 --- pkgs/by-name/hg/hgrep/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/hg/hgrep/package.nix b/pkgs/by-name/hg/hgrep/package.nix index c110c9814d37..2fb66a2f19b5 100644 --- a/pkgs/by-name/hg/hgrep/package.nix +++ b/pkgs/by-name/hg/hgrep/package.nix @@ -7,7 +7,7 @@ }: let - version = "0.3.8"; + version = "0.3.9"; in rustPlatform.buildRustPackage { pname = "hgrep"; @@ -17,10 +17,10 @@ rustPlatform.buildRustPackage { owner = "rhysd"; repo = "hgrep"; tag = "v${version}"; - hash = "sha256-GcV6tZLhAtBE0/husOqZ3Gib9nXXg7kcxrNp9IK0eTo="; + hash = "sha256-xBLpEs0PvYb7sIca9yb3vhi2Bsr1BFqB0jlD+bZT2EI="; }; - cargoHash = "sha256-NxfWY9OoMNASlWE48njuAdTI11JAV+rzjD0OU2cHLsc="; + cargoHash = "sha256-TP+PClv7FX3kRBwJ0RAKbKoTKpi7hTZgw/Z/ktFKbwQ="; nativeInstallCheckInputs = [ versionCheckHook