From c604bac07dca84e9bc1fce54fd533ef78793d9dc Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Tue, 29 Sep 2020 11:27:53 +0100 Subject: [PATCH] gnugrep: 3.4 -> 3.5 See https://lists.gnu.org/archive/html/info-gnu/2020-09/msg00009.html for release announcement --- pkgs/tools/text/gnugrep/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/text/gnugrep/default.nix b/pkgs/tools/text/gnugrep/default.nix index f7e3cd42a9b..19ef3aacc6b 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