From c7a4f4c087e38a4649e4c78378a53afcddb5c161 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sat, 24 Aug 2024 01:33:00 +0530 Subject: [PATCH] ugrep: 6.4.1 -> 6.5.0 Changes: https://github.com/Genivia/ugrep/releases/tag/v6.5.0 --- 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 219b2806c849..1384d0219466 100644 --- a/pkgs/tools/text/ugrep/default.nix +++ b/pkgs/tools/text/ugrep/default.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "ugrep"; - version = "6.4.1"; + version = "6.5.0"; src = fetchFromGitHub { owner = "Genivia"; repo = "ugrep"; rev = "v${finalAttrs.version}"; - hash = "sha256-0T/fX+ZzxfJD3CmoYLWSe3LE6B4HWkCC2bqXNwzUVpk="; + hash = "sha256-IG1HH/mducD6VyQHAvO2xHT+rMFAT1cqAO06TGeIFik="; }; buildInputs = [