about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-03 16:20:06 +0100
committerMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-03 16:21:01 +0100
commit33cf33634eb5030563a5c1a7308d66884888f0a7 (patch)
treeb9075f98a1ec8f054c9082e4fb14fa7b82471464 /pkgs/tools/text
parentd7a0412fc7ae28c6826e888eb54c43c28be3656b (diff)
downloadnixlib-33cf33634eb5030563a5c1a7308d66884888f0a7.tar
nixlib-33cf33634eb5030563a5c1a7308d66884888f0a7.tar.gz
nixlib-33cf33634eb5030563a5c1a7308d66884888f0a7.tar.bz2
nixlib-33cf33634eb5030563a5c1a7308d66884888f0a7.tar.lz
nixlib-33cf33634eb5030563a5c1a7308d66884888f0a7.tar.xz
nixlib-33cf33634eb5030563a5c1a7308d66884888f0a7.tar.zst
nixlib-33cf33634eb5030563a5c1a7308d66884888f0a7.zip
ugrep: 4.3.1 -> 4.3.2
Diffstat (limited to 'pkgs/tools/text')
-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 5b507b954ab9..c347ac967cc8 100644
--- a/pkgs/tools/text/ugrep/default.nix
+++ b/pkgs/tools/text/ugrep/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "ugrep";
-  version = "4.3.1";
+  version = "4.3.2";
 
   src = fetchFromGitHub {
     owner = "Genivia";
     repo = "ugrep";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-Us1HZ2MXYgJcEyhdE9tFoVcuqirgVDi5Qbu+I35ItpU=";
+    hash = "sha256-0yg68lBEHiyRD3FE5oe67hMhhEHOFf7/PMA+88J9LuI=";
   };
 
   buildInputs = [