gnugrep: 3.2 -> 3.3

Fixes bug in some uses of '\b' in certain locales;
same bug was introduced and fixed in gnused 4.6 -> 4.7.
This commit is contained in:
Will Dietz 2018-12-21 00:49:31 -06:00
parent e41ea1dfef
commit 0bba4051cb

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, pcre, libiconv, perl }:
let version = "3.2"; in
let version = "3.3"; in
stdenv.mkDerivation {
name = "gnugrep-${version}";
src = fetchurl {
url = "mirror://gnu/grep/grep-${version}.tar.xz";
sha256 = "172r64n2rzd8k4s1jg4ylszyf8n30smx0y2jc190zhvnpw2iyvlf";
sha256 = "055mqp6vrd0brkygmygb2673qwz409a7kyp1mzbfy6cn94f58q5r";
};
# Perl is needed for testing