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-01-18 01:45:11 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2023-01-18 01:45:11 +0530
commitf8f49698283ffa60d35613f375cae89e9d15601d (patch)
tree6687a77a8787d5e155c90c57f0d9aeea322f7ccf /pkgs/tools/text/ugrep
parent6dccdc458512abce8d19f74195bb20fdb067df50 (diff)
downloadnixlib-f8f49698283ffa60d35613f375cae89e9d15601d.tar
nixlib-f8f49698283ffa60d35613f375cae89e9d15601d.tar.gz
nixlib-f8f49698283ffa60d35613f375cae89e9d15601d.tar.bz2
nixlib-f8f49698283ffa60d35613f375cae89e9d15601d.tar.lz
nixlib-f8f49698283ffa60d35613f375cae89e9d15601d.tar.xz
nixlib-f8f49698283ffa60d35613f375cae89e9d15601d.tar.zst
nixlib-f8f49698283ffa60d35613f375cae89e9d15601d.zip
ugrep: 3.9.4 -> 3.9.5
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 1ce624535f02..ff4816484632 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.4";
+  version = "3.9.5";
 
   src = fetchFromGitHub {
     owner = "Genivia";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-uAu2116gUYeO6vtwa3/4VzqDL0ROJxnrdxDLFoMlFow=";
+    hash = "sha256-vaoEfNhkvbcZwjSMRwmWo42jPg6+7mrZx+jIesQnmL0=";
   };
 
   buildInputs = [