From d2a9d97206a33d8da11df61bf733432bd9f8256d Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sat, 31 Dec 2022 11:43:15 +0530 Subject: ugrep: 3.9.2 -> 3.9.3 --- pkgs/tools/text/ugrep/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/tools/text/ugrep/default.nix b/pkgs/tools/text/ugrep/default.nix index 0cf5c77544b71..004fbd6fbc996 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.2"; + version = "3.9.3"; src = fetchFromGitHub { owner = "Genivia"; repo = pname; rev = "v${version}"; - sha256 = "sha256-9c4PoDJLfUH6ySNIxJDg5m2M2WFxNtuqCVKF6FvOHzY="; + sha256 = "sha256-mELI0mAkIERq8lfO5CdZcVgrsR5sybMEjKXJVPeg+dg="; }; buildInputs = [ -- cgit 1.4.1 From 6b20c8741ec29c720a213c281aeeb770cf5d259c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 31 Dec 2022 12:57:20 +0100 Subject: ugrep: add cahngelog to meta --- pkgs/tools/text/ugrep/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/tools/text/ugrep/default.nix b/pkgs/tools/text/ugrep/default.nix index 004fbd6fbc996..8ba2d116f538a 100644 --- a/pkgs/tools/text/ugrep/default.nix +++ b/pkgs/tools/text/ugrep/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { owner = "Genivia"; repo = pname; rev = "v${version}"; - sha256 = "sha256-mELI0mAkIERq8lfO5CdZcVgrsR5sybMEjKXJVPeg+dg="; + hash = "sha256-mELI0mAkIERq8lfO5CdZcVgrsR5sybMEjKXJVPeg+dg="; }; buildInputs = [ @@ -32,6 +32,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Ultra fast grep with interactive query UI"; homepage = "https://github.com/Genivia/ugrep"; + changelog = "https://github.com/Genivia/ugrep/releases/tag/v${version}"; maintainers = with maintainers; [ numkem ]; license = licenses.bsd3; platforms = platforms.all; -- cgit 1.4.1