Skip to content

Commit 9c3f895

Browse files
committed
Merge #137918: gnugrep: 3.6 -> 3.7 (into staging)
2 parents a2466f9 + 5ac725f commit 9c3f895

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
@@ -5,15 +5,15 @@
55
# cgit) that are needed here should be included directly in Nixpkgs as
66
# files.
77

8-
let version = "3.6"; in
8+
let version = "3.7"; in
99

1010
stdenv.mkDerivation {
1111
pname = "gnugrep";
1212
inherit version;
1313

1414
src = fetchurl {
1515
url = "mirror://gnu/grep/grep-${version}.tar.xz";
16-
sha256 = "0gipv6bzkm1aihj0ncqpyh164xrzgcxcv9r1kwzyk2g1mzl1azk6";
16+
sha256 = "0g42svbc1nq5bamxfj6x7320wli4dlj86padk0hwgbk04hqxl42w";
1717
};
1818

1919
# Perl is needed for testing

0 commit comments

Comments
 (0)