From f20eeca6dfa51fcb6c9a9f9f351f92b739ed32ba Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Thu, 8 Aug 2024 00:15:28 +0000 Subject: [PATCH] ugrep: 6.3.0 -> 6.4.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 10d715163a83..f7c3663f790d 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.3.0"; + version = "6.4.0"; src = fetchFromGitHub { owner = "Genivia"; repo = "ugrep"; rev = "v${finalAttrs.version}"; - hash = "sha256-v9Bk+RfzoS1/rgnJMo0UQWJn23MPEAVH/phaMQSLjGg="; + hash = "sha256-oD55EEThyetByEaO2ZZxAadouZf/Z+p10lvnESep8gg="; }; buildInputs = [