about summary refs log tree commit diff
path: root/pkgs/tools/text/ugrep
diff options
context:
space:
mode:
authorSebastian Sellmeier <mail@sebastian-sellmeier.de>2022-03-22 20:01:10 +0100
committerSebastian Sellmeier <mail@sebastian-sellmeier.de>2022-03-22 20:01:10 +0100
commitdd9d0d51bcb91b4096aca0c396c14f3f382b091a (patch)
tree0f219363f36c489f1cf72ad20f1c5f5e680c019d /pkgs/tools/text/ugrep
parent9bc841fec1c0e8b9772afa29f934d2c7ce57da8e (diff)
downloadnixlib-dd9d0d51bcb91b4096aca0c396c14f3f382b091a.tar
nixlib-dd9d0d51bcb91b4096aca0c396c14f3f382b091a.tar.gz
nixlib-dd9d0d51bcb91b4096aca0c396c14f3f382b091a.tar.bz2
nixlib-dd9d0d51bcb91b4096aca0c396c14f3f382b091a.tar.lz
nixlib-dd9d0d51bcb91b4096aca0c396c14f3f382b091a.tar.xz
nixlib-dd9d0d51bcb91b4096aca0c396c14f3f382b091a.tar.zst
nixlib-dd9d0d51bcb91b4096aca0c396c14f3f382b091a.zip
ugrep: 3.7.1 -> 3.7.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 8fc299fa6c00..7a921bdd11f5 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.7.1";
+  version = "3.7.6";
 
   src = fetchFromGitHub {
     owner = "Genivia";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-5ZlZ/nCUOiyOWagF1Vla945d7zKbMsHp56ZE4HwdEP4=";
+    sha256 = "sha256-fOp+nf/xZKOw8CDI1RSl/DQH52ay/M/aeSMf6MdfKmQ=";
   };
 
   buildInputs = [