Merge pull request #223061 from e1mo/ack-v3-7-0

ack: 3.6.0 -> 3.7.0
This commit is contained in:
Stig 2023-03-27 13:25:21 +02:00 committed by GitHub
commit a1c45f32e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,11 +92,11 @@ let
ack = buildPerlPackage rec {
pname = "ack";
version = "3.6.0";
version = "3.7.0";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/ack-v${version}.tar.gz";
hash = "sha256-AxRNEHBknpL2obfSC9xTXiuxrCWNqr5ILpqoJ3tI8AU=";
hash = "sha256-6nyqFPdX3ggzEO0suimGYd3Mpd7gbsjxgEPqYlp53yA=";
};
outputs = ["out" "man"];