about summary refs log tree commit diff
path: root/pkgs/tools/text/gnugrep/default.nix
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2020-09-29 11:27:53 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-10-06 09:56:25 +0200
commitc604bac07dca84e9bc1fce54fd533ef78793d9dc (patch)
treebc16d1f81dfc757b9427c7c1a75a0cc564257efb /pkgs/tools/text/gnugrep/default.nix
parent9702f49ec63f8420938bb0750c46d95b56efdfd9 (diff)
gnugrep: 3.4 -> 3.5
See https://lists.gnu.org/archive/html/info-gnu/2020-09/msg00009.html
for release announcement
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 f7e3cd42a9b2a..19ef3aacc6b27 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.4"; in
+let version = "3.5"; in
 
 stdenv.mkDerivation {
   pname = "gnugrep";
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "mirror://gnu/grep/grep-${version}.tar.xz";
-    sha256 = "1yy33kiwrxrwj2nxa4fg15bvmwyghqbs8qwkdvy5phm784f7brjq";
+    sha256 = "0jm4hynsqf32rw1j3kv239wzg47qm6glqh6841ar9ay20xvwfamq";
   };
 
   # Perl is needed for testing