about summary refs log tree commit diff
path: root/pkgs/tools/text/ugrep
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2023-03-01 11:28:03 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2023-03-01 11:28:03 +0530
commita4d5b8533a63efe74ac484b2d00f351f4da5a9c8 (patch)
tree4f607f8d5a4738ee7ef733aa654adbd5f402b4e6 /pkgs/tools/text/ugrep
parent7f5639fa3b68054ca0b062866dc62b22c3f11505 (diff)
ugrep: 3.9.7 -> 3.10.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 b6ee1d60a82be..f5b5dc4c773f2 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.7";
+  version = "3.10.0";
 
   src = fetchFromGitHub {
     owner = "Genivia";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-y6P0EQfp2HFmhn2c7RwX8jVLUOfLT+LVhtz+OIoaVSo=";
+    hash = "sha256-ujLKAJNt2bWIq79Wh94QTFpd+7yUMhS7UMXa8gJScA4=";
   };
 
   buildInputs = [