From 4da8422970ef2d7fe91dc8ef2412ee5fbd8ee3b3 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sun, 27 Oct 2024 14:39:12 +0000 Subject: [PATCH] ugrep: 7.0.0 -> 7.0.1 Changes: https://github.com/Genivia/ugrep/releases/tag/v7.0.1 --- 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 1f78e322d95a..ca5929b756a1 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 = "7.0.0"; + version = "7.0.1"; src = fetchFromGitHub { owner = "Genivia"; repo = "ugrep"; rev = "v${finalAttrs.version}"; - hash = "sha256-bq/j+9FVKs8c7YHo1wHiQ3eFgD1dpe1buwfgrH2SZKI="; + hash = "sha256-Kekt4RnVGtyfLhVkAZQTM0VQ8lAg7GJ/VR/1v+SUVOY="; }; buildInputs = [