gnugrep: 2.27 -> 3.0
See https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00005.html and https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00006.html for release information.
This commit is contained in:
parent
bfb31d28e7
commit
7031e8fd01
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, pcre, libiconv, perl }:
|
{ stdenv, fetchurl, pcre, libiconv, perl }:
|
||||||
|
|
||||||
let version = "2.27"; in
|
let version = "3.0"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gnugrep-${version}";
|
name = "gnugrep-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/grep/grep-${version}.tar.xz";
|
url = "mirror://gnu/grep/grep-${version}.tar.xz";
|
||||||
sha256 = "1syadppgpxpfhpwhhqcsibrn131azypzps5aicx1qjh74d6w8k5d";
|
sha256 = "1dcasjp3a578nrvzrcn38mpizb8w1q6mvfzhjmcqqgkf0nsivj72";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Perl is needed for testing
|
# Perl is needed for testing
|
||||||
|
Loading…
Reference in New Issue
Block a user