mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
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:
parent
65759dbf08
commit
08ed5d80d1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user