about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2016-12-08 17:28:52 +0100
committerLancelot SIX <lsix@lancelotsix.com>2016-12-08 17:28:52 +0100
commit4ea9f4e325fcea0d6f7c5045d1e58443b688f07b (patch)
tree3b09d87ecd24de8b26f076ac528b2f6d4362927b /pkgs/tools/text
parent1712366bac9fabd51543545615b1ba3bccdc8776 (diff)
downloadnixlib-4ea9f4e325fcea0d6f7c5045d1e58443b688f07b.tar
nixlib-4ea9f4e325fcea0d6f7c5045d1e58443b688f07b.tar.gz
nixlib-4ea9f4e325fcea0d6f7c5045d1e58443b688f07b.tar.bz2
nixlib-4ea9f4e325fcea0d6f7c5045d1e58443b688f07b.tar.lz
nixlib-4ea9f4e325fcea0d6f7c5045d1e58443b688f07b.tar.xz
nixlib-4ea9f4e325fcea0d6f7c5045d1e58443b688f07b.tar.zst
nixlib-4ea9f4e325fcea0d6f7c5045d1e58443b688f07b.zip
gnugrep: 2.25 -> 2.27
See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00004.html
for release announcement.
Diffstat (limited to 'pkgs/tools/text')
-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 3e714871827d..b9dca2e8709a 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 = "2.25"; in
+let version = "2.27"; in
 
 stdenv.mkDerivation {
   name = "gnugrep-${version}";
 
   src = fetchurl {
     url = "mirror://gnu/grep/grep-${version}.tar.xz";
-    sha256 = "0c38b67cnwchwzv4wq2gpz6smkhdxrac2hhssv8f0l04qnx867p2";
+    sha256 = "1syadppgpxpfhpwhhqcsibrn131azypzps5aicx1qjh74d6w8k5d";
   };
 
   # Perl is needed for testing