summary refs log tree commit diff
path: root/pkgs/tools/text/gnugrep
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-12-21 00:49:31 -0600
committerWill Dietz <w@wdtz.org>2018-12-21 00:49:31 -0600
commit0bba4051cb446310bcf913744be2995c90237490 (patch)
treebd57acf26956720704afc3e261ffe07bcb3ad375 /pkgs/tools/text/gnugrep
parente41ea1dfef5d8bdb4cabd50987f91d39eaddef98 (diff)
downloadnixpkgs-0bba4051cb446310bcf913744be2995c90237490.tar
nixpkgs-0bba4051cb446310bcf913744be2995c90237490.tar.gz
nixpkgs-0bba4051cb446310bcf913744be2995c90237490.tar.bz2
nixpkgs-0bba4051cb446310bcf913744be2995c90237490.tar.lz
nixpkgs-0bba4051cb446310bcf913744be2995c90237490.tar.xz
nixpkgs-0bba4051cb446310bcf913744be2995c90237490.tar.zst
nixpkgs-0bba4051cb446310bcf913744be2995c90237490.zip
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.
Diffstat (limited to 'pkgs/tools/text/gnugrep')
-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 2b9946305ab..702d1b4d89f 100644
--- a/pkgs/tools/text/gnugrep/default.nix
+++ b/pkgs/tools/text/gnugrep/default.nix
@@ -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