ack: 3.8.0 -> 3.8.2

This commit is contained in:
Mikalai Seva
2025-04-12 11:57:43 +02:00
parent ec5ec924b3
commit 989ae8c9ec
2 changed files with 9 additions and 2 deletions
+6
View File
@@ -2090,6 +2090,12 @@
githubId = 21687187;
name = "Mirza Arnaut";
};
asakura = {
email = "mikalai.seva+nixpkgs@gmail.com";
github = "asakura";
githubId = 29058;
name = "Mikalai Seva";
};
asappia = {
email = "asappia@gmail.com";
github = "asappia";
+3 -2
View File
@@ -118,11 +118,11 @@ with self;
ack = buildPerlPackage rec {
pname = "ack";
version = "3.8.0";
version = "3.8.2";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/ack-v${version}.tar.gz";
hash = "sha256-ZAsaGzbKFaTR0XkvKkTmmurlg5HPDSH6iilmWoiV9xg=";
hash = "sha256-pSOfWiwS4Me05DL/1+k2/u+UWpYhpBWRx307DPRYVgs=";
};
outputs = [
@@ -143,6 +143,7 @@ with self;
description = "Grep-like tool tailored to working with large trees of source code";
homepage = "https://beyondgrep.com";
license = with lib.licenses; [ artistic2 ];
maintainers = [ maintainers.asakura ];
};
};