apacheHttpdPackages.mod_perl: 2.0.12 -> 2.0.13

https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_13/Changes
This commit is contained in:
Anthony Roussel 2024-03-21 22:29:28 +01:00
parent 65759dbf08
commit 08ed5d80d1
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 4 additions and 2 deletions

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "mod_perl";
version = "2.0.12";
version = "2.0.13";
src = fetchurl {
url = "mirror://apache/perl/${pname}-${version}.tar.gz";
sha256 = "sha256-9bghtZsP3JZw5G7Q/PMtiRHyUSYYmotowWUvkiHu4mk=";
sha256 = "sha256-reO+McRHuESIaf7N/KziWNbVh7jGx3PF8ic19w2C1to=";
};
buildInputs = [
@ -44,6 +44,8 @@ stdenv.mkDerivation rec {
tests = nixosTests.mod_perl;
};
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Integration of perl with the Apache2 web server";
homepage = "https://perl.apache.org/download/index.html";