about summary refs log tree commit diff
path: root/pkgs/tools/text/ugrep/default.nix
diff options
context:
space:
mode:
authorMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-24 21:16:48 +0100
committerMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-24 21:16:48 +0100
commitb7f2ff8e68993dc64707fa88db973291336f9338 (patch)
tree9006a4c7f0216c6e29f3bad1c92e7e1af96bfe24 /pkgs/tools/text/ugrep/default.nix
parent33576fdfce2d11204067d6cfa99a2f990ef2169a (diff)
downloadnixlib-b7f2ff8e68993dc64707fa88db973291336f9338.tar
nixlib-b7f2ff8e68993dc64707fa88db973291336f9338.tar.gz
nixlib-b7f2ff8e68993dc64707fa88db973291336f9338.tar.bz2
nixlib-b7f2ff8e68993dc64707fa88db973291336f9338.tar.lz
nixlib-b7f2ff8e68993dc64707fa88db973291336f9338.tar.xz
nixlib-b7f2ff8e68993dc64707fa88db973291336f9338.tar.zst
nixlib-b7f2ff8e68993dc64707fa88db973291336f9338.zip
ugrep: 4.3.3 -> 4.3.4
Diffstat (limited to 'pkgs/tools/text/ugrep/default.nix')
-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 a8acf6f1aa42..ff034c853a7a 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.3.3";
+  version = "4.3.4";
 
   src = fetchFromGitHub {
     owner = "Genivia";
     repo = "ugrep";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-GYqIunSApnBfct+olre0eGy8KuOtbaiPvW0tQIcBRLQ=";
+    hash = "sha256-rA6qgjzlR7a7bf5v2q1vMx1QXcKgnK5wK1Ix9CfbPro=";
   };
 
   buildInputs = [