From 45d67c08ba78545c9db8cfc3bfd596483dc8c4b3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 5 Jan 2026 12:28:23 +0000 Subject: [PATCH] bingrep: 0.11.0 -> 0.12.1 --- pkgs/by-name/bi/bingrep/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/bi/bingrep/package.nix b/pkgs/by-name/bi/bingrep/package.nix index d66c76afc307..51ffde524857 100644 --- a/pkgs/by-name/bi/bingrep/package.nix +++ b/pkgs/by-name/bi/bingrep/package.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "bingrep"; - version = "0.11.0"; + version = "0.12.1"; src = fetchFromGitHub { owner = "m4b"; repo = "bingrep"; rev = "v${version}"; - hash = "sha256-bHu3/f25U1QtRZv1z5OQSDMayOpLU6tbNaV00K55ZY8="; + hash = "sha256-1GSAYhxFg5nXR8+vWBN10JLV7qUIxT1hYNXdnpE5Uag="; }; - cargoHash = "sha256-cGDFbf8fUGbuxl8tOvKss5tqpBd1TY7TcwNzWwdw12A="; + cargoHash = "sha256-llyItFYNnvWjPYoTrY8oS4z8tU9IuKYCfvHSURDKNDk="; meta = { description = "Greps through binaries from various OSs and architectures, and colors them";