about summary refs log tree commit diff
path: root/pkgs/tools/text/gnugrep/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-10-02 16:24:21 +0200
committerVladimír Čunát <v@cunat.cz>2021-10-02 16:24:21 +0200
commit9c3f89595adad75981abfe9dbd18ca77f8fa4bd7 (patch)
tree56ad42fbe976059c01e1dca822d6ec5ba0705cd1 /pkgs/tools/text/gnugrep/default.nix
parenta2466f9035892d9c7729e0cd90f52d14e812594c (diff)
parent5ac725fc9e2ee865fa5beab68599ee949e39940d (diff)
Merge #137918: gnugrep: 3.6 -> 3.7 (into staging)
Diffstat (limited to 'pkgs/tools/text/gnugrep/default.nix')
-rw-r--r--pkgs/tools/text/gnugrep/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/gnugrep/default.nix b/pkgs/tools/text/gnugrep/default.nix
index c5a661af11532..bb0c90197d3cc 100644
--- a/pkgs/tools/text/gnugrep/default.nix
+++ b/pkgs/tools/text/gnugrep/default.nix
@@ -5,7 +5,7 @@
 # cgit) that are needed here should be included directly in Nixpkgs as
 # files.
 
-let version = "3.6"; in
+let version = "3.7"; in
 
 stdenv.mkDerivation {
   pname = "gnugrep";
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "mirror://gnu/grep/grep-${version}.tar.xz";
-    sha256 = "0gipv6bzkm1aihj0ncqpyh164xrzgcxcv9r1kwzyk2g1mzl1azk6";
+    sha256 = "0g42svbc1nq5bamxfj6x7320wli4dlj86padk0hwgbk04hqxl42w";
   };
 
   # Perl is needed for testing