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-27 19:17:35 +0100
committerAshish SHUKLA <ashish.is@lostca.se>2023-01-27 19:17:35 +0100
commit300a98a769b4e2b1cb00b09cc347881e14e51ff0 (patch)
treeb83ad0d8f4b98df12549a308c3c785d20e41660b /pkgs/tools/text/ugrep
parentf80ac848e3d6f0c12c52758c0f25c10c97ca3b62 (diff)
downloadnixlib-300a98a769b4e2b1cb00b09cc347881e14e51ff0.tar
nixlib-300a98a769b4e2b1cb00b09cc347881e14e51ff0.tar.gz
nixlib-300a98a769b4e2b1cb00b09cc347881e14e51ff0.tar.bz2
nixlib-300a98a769b4e2b1cb00b09cc347881e14e51ff0.tar.lz
nixlib-300a98a769b4e2b1cb00b09cc347881e14e51ff0.tar.xz
nixlib-300a98a769b4e2b1cb00b09cc347881e14e51ff0.tar.zst
nixlib-300a98a769b4e2b1cb00b09cc347881e14e51ff0.zip
ugrep: 3.9.5 -> 3.9.6
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 ff4816484632..e9293d33b3ee 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.5";
+  version = "3.9.6";
 
   src = fetchFromGitHub {
     owner = "Genivia";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-vaoEfNhkvbcZwjSMRwmWo42jPg6+7mrZx+jIesQnmL0=";
+    hash = "sha256-BzYlZl4NYjCXaM9ISGKSEP2xGFsE5GgX4zEIDniundo=";
   };
 
   buildInputs = [