gnugrep: 3.4 -> 3.5
See https://lists.gnu.org/archive/html/info-gnu/2020-09/msg00009.html for release announcement
This commit is contained in:
parent
9702f49ec6
commit
c604bac07d
@ -5,7 +5,7 @@
|
|||||||
# cgit) that are needed here should be included directly in Nixpkgs as
|
# cgit) that are needed here should be included directly in Nixpkgs as
|
||||||
# files.
|
# files.
|
||||||
|
|
||||||
let version = "3.4"; in
|
let version = "3.5"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "gnugrep";
|
pname = "gnugrep";
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/grep/grep-${version}.tar.xz";
|
url = "mirror://gnu/grep/grep-${version}.tar.xz";
|
||||||
sha256 = "1yy33kiwrxrwj2nxa4fg15bvmwyghqbs8qwkdvy5phm784f7brjq";
|
sha256 = "0jm4hynsqf32rw1j3kv239wzg47qm6glqh6841ar9ay20xvwfamq";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Perl is needed for testing
|
# Perl is needed for testing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user