mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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:
parent
e41ea1dfef
commit
0bba4051cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user