mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
ack: 3.5.0 -> 3.6.0
This commit is contained in:
parent
c1ed1449a4
commit
b55e48b643
@ -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"];
|
||||
|
Loading…
Reference in New Issue
Block a user