Commit 989ae8c9 authored by Mikalai Seva's avatar Mikalai Seva
Browse files

ack: 3.8.0 -> 3.8.2

parent ec5ec924
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 ];
    };
  };