about summary refs log tree commit diff
path: root/pkgs/tools/text/ugrep
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-17 06:46:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-17 06:46:07 +0000
commitf1eaef87867c84aff234f9369c0237e1130a5b46 (patch)
tree0f9f81e8c708162d929e33289d4aba28fb591ffc /pkgs/tools/text/ugrep
parent571716ebcaed3c90636b6bfe886bb1145bbd0344 (diff)
downloadnixlib-f1eaef87867c84aff234f9369c0237e1130a5b46.tar
nixlib-f1eaef87867c84aff234f9369c0237e1130a5b46.tar.gz
nixlib-f1eaef87867c84aff234f9369c0237e1130a5b46.tar.bz2
nixlib-f1eaef87867c84aff234f9369c0237e1130a5b46.tar.lz
nixlib-f1eaef87867c84aff234f9369c0237e1130a5b46.tar.xz
nixlib-f1eaef87867c84aff234f9369c0237e1130a5b46.tar.zst
nixlib-f1eaef87867c84aff234f9369c0237e1130a5b46.zip
ugrep: 4.5.2 -> 5.0.0
Diffstat (limited to 'pkgs/tools/text/ugrep')
-rw-r--r--pkgs/tools/text/ugrep/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/ugrep/default.nix b/pkgs/tools/text/ugrep/default.nix
index 0293f2770a62..8d1288bae8b7 100644
--- a/pkgs/tools/text/ugrep/default.nix
+++ b/pkgs/tools/text/ugrep/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "ugrep";
-  version = "4.5.2";
+  version = "5.0.0";
 
   src = fetchFromGitHub {
     owner = "Genivia";
     repo = "ugrep";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-aQJU4SuGJy+TyxBgaHimxc0HtW9ZJIB2b6jxcGIoqo4=";
+    hash = "sha256-VAfnj/2EdkDpcS30DveUUYLSNj07sy+gvKxyGkg2mvA=";
   };
 
   buildInputs = [