gnugrep: 2.25 -> 2.27

See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00004.html
for release announcement.
This commit is contained in:
Lancelot SIX 2016-12-08 17:28:52 +01:00
parent 1712366bac
commit 4ea9f4e325
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -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