From 4da8422970ef2d7fe91dc8ef2412ee5fbd8ee3b3 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sun, 27 Oct 2024 14:39:12 +0000 Subject: [PATCH 1/2] 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 = [ From 3e44ec4dcd38b201702c0fd41bdfc4ec84de80cb Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Mon, 28 Oct 2024 07:49:09 +0000 Subject: [PATCH 2/2] ugrep: 7.0.1 -> 7.0.2 Changes: https://github.com/Genivia/ugrep/releases/tag/v7.0.2 --- 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 ca5929b756a1..ef38bbda1a51 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.1"; + version = "7.0.2"; src = fetchFromGitHub { owner = "Genivia"; repo = "ugrep"; rev = "v${finalAttrs.version}"; - hash = "sha256-Kekt4RnVGtyfLhVkAZQTM0VQ8lAg7GJ/VR/1v+SUVOY="; + hash = "sha256-3kqarrbg7VB0fUQSjqZCVBmr4Mc09NMr+03A5qhe54Y="; }; buildInputs = [