3
0
Fork 0
forked from mirrors/nixpkgs

ack: 3.6.0 -> 3.7.0

This commit is contained in:
Moritz 'e1mo' Fromm 2023-03-25 12:36:28 +01:00
parent bab0c6589e
commit dd557d3637
No known key found for this signature in database
GPG key ID: 1D5D79A439E787F1

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"];