From f8f49698283ffa60d35613f375cae89e9d15601d Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Wed, 18 Jan 2023 01:45:11 +0530 Subject: [PATCH] ugrep: 3.9.4 -> 3.9.5 --- pkgs/tools/text/ugrep/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/text/ugrep/default.nix b/pkgs/tools/text/ugrep/default.nix index 1ce624535f02..ff4816484632 100644 --- a/pkgs/tools/text/ugrep/default.nix +++ b/pkgs/tools/text/ugrep/default.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "ugrep"; - version = "3.9.4"; + version = "3.9.5"; src = fetchFromGitHub { owner = "Genivia"; repo = pname; rev = "v${version}"; - hash = "sha256-uAu2116gUYeO6vtwa3/4VzqDL0ROJxnrdxDLFoMlFow="; + hash = "sha256-vaoEfNhkvbcZwjSMRwmWo42jPg6+7mrZx+jIesQnmL0="; }; buildInputs = [