Skip to content

Commit

Permalink
ack: 3.7.0 -> 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adda0 committed Dec 23, 2024
1 parent 8ae7ef7 commit 870974b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ with self; {

ack = buildPerlPackage rec {
pname = "ack";
version = "3.7.0";
version = "3.8.0";

src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/ack-v${version}.tar.gz";
hash = "sha256-6nyqFPdX3ggzEO0suimGYd3Mpd7gbsjxgEPqYlp53yA=";
hash = "sha256-ZAsaGzbKFaTR0XkvKkTmmurlg5HPDSH6iilmWoiV9xg=";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit 870974b

Please sign in to comment.