Skip to content

Commit 706f0c3

Browse files
lsixglobin
authored andcommittedJul 13, 2017
gnugrep: 3.0 -> 3.1
See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00000.html for release announcement
1 parent a889454 commit 706f0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/text/gnugrep/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{ stdenv, fetchurl, pcre, libiconv, perl }:
22

3-
let version = "3.0"; in
3+
let version = "3.1"; in
44

55
stdenv.mkDerivation {
66
name = "gnugrep-${version}";
77

88
src = fetchurl {
99
url = "mirror://gnu/grep/grep-${version}.tar.xz";
10-
sha256 = "1dcasjp3a578nrvzrcn38mpizb8w1q6mvfzhjmcqqgkf0nsivj72";
10+
sha256 = "0zm0ywmyz9g8vn1plw14mn8kj74yipx5qsljndbyfgmvndx5qqnv";
1111
};
1212

1313
# Perl is needed for testing

0 commit comments

Comments
 (0)
Please sign in to comment.