Merge pull request #188968 from riceicetea/ack360

ack: 3.5.0 -> 3.6.0
This commit is contained in:
superherointj 2022-08-30 12:10:39 -03:00 committed by GitHub
commit 5537a5bd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,13 +90,13 @@ let
makeFullPerlPath = deps: makePerlPath (lib.misc.closePropagation deps);
ack = buildPerlPackage {
ack = buildPerlPackage rec {
pname = "ack";
version = "3.5.0";
version = "3.6.0";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/ack-v3.5.0.tar.gz";
hash = "sha256-ZgU+iE6AM4egLd7g1oq/KhAjn6tlQ2TaszKHMJpyVSE=";
url = "mirror://cpan/authors/id/P/PE/PETDANCE/ack-v${version}.tar.gz";
hash = "sha256-AxRNEHBknpL2obfSC9xTXiuxrCWNqr5ILpqoJ3tI8AU=";
};
outputs = ["out" "man"];