about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-07 01:57:55 +0100
committerGitHub <noreply@github.com>2023-11-07 01:57:55 +0100
commita6d715d1b95bdd81f4c075c8107bfe3d72d124ae (patch)
tree553b6d778db7b0701ada776bcecbf0c61a3f5ff2 /pkgs/tools/text
parent31de7c6e3757ededfb560dd3a47680e6b8ed7d9f (diff)
parent33cf33634eb5030563a5c1a7308d66884888f0a7 (diff)
downloadnixlib-a6d715d1b95bdd81f4c075c8107bfe3d72d124ae.tar
nixlib-a6d715d1b95bdd81f4c075c8107bfe3d72d124ae.tar.gz
nixlib-a6d715d1b95bdd81f4c075c8107bfe3d72d124ae.tar.bz2
nixlib-a6d715d1b95bdd81f4c075c8107bfe3d72d124ae.tar.lz
nixlib-a6d715d1b95bdd81f4c075c8107bfe3d72d124ae.tar.xz
nixlib-a6d715d1b95bdd81f4c075c8107bfe3d72d124ae.tar.zst
nixlib-a6d715d1b95bdd81f4c075c8107bfe3d72d124ae.zip
Merge pull request #265246 from MikaelFangel/update-ugrep
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 = [