about summary refs log tree commit diff
path: root/pkgs/tools/text/ugrep/default.nix
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2023-08-23 10:22:35 +0200
committerAshish SHUKLA <ashish.is@lostca.se>2023-08-23 10:22:35 +0200
commite2fbcc1953ba097099c5eb450f7d9606fda827d4 (patch)
treeae060a410c727e6c649dac9082a214d0d3bc9e8d /pkgs/tools/text/ugrep/default.nix
parent9d757ec498666cc1dcc6f2be26db4fd3e1e9ab37 (diff)
downloadnixlib-e2fbcc1953ba097099c5eb450f7d9606fda827d4.tar
nixlib-e2fbcc1953ba097099c5eb450f7d9606fda827d4.tar.gz
nixlib-e2fbcc1953ba097099c5eb450f7d9606fda827d4.tar.bz2
nixlib-e2fbcc1953ba097099c5eb450f7d9606fda827d4.tar.lz
nixlib-e2fbcc1953ba097099c5eb450f7d9606fda827d4.tar.xz
nixlib-e2fbcc1953ba097099c5eb450f7d9606fda827d4.tar.zst
nixlib-e2fbcc1953ba097099c5eb450f7d9606fda827d4.zip
ugrep: 4.0.0 -> 4.0.2
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 354cdc350833..afc986e9c597 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.0.0";
+  version = "4.0.2";
 
   src = fetchFromGitHub {
     owner = "Genivia";
     repo = "ugrep";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-kRpHJl/ouYgvwFMk6uO4XobyT2kTCH9kLfeF70IqMuc=";
+    hash = "sha256-g+COkAdXc1Z3yrObbeBU1wtu9Tr3mEhxrf6Qmy3JywY=";
   };
 
   buildInputs = [