mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
perlPackages.TemplateToolkit: 3.101 -> 3.106
This release includes the fix for CVE-2026-5090.
Assisted-by: pi coding agent / Mika (OpenAI gpt-5.6-sol)
(cherry picked from commit 1dab000f41)
This commit is contained in:
committed by
github-actions[bot]
parent
d035ba30f4
commit
4ff38198b4
@@ -33002,10 +33002,10 @@ with self;
|
||||
|
||||
TemplateToolkit = buildPerlPackage {
|
||||
pname = "Template-Toolkit";
|
||||
version = "3.101";
|
||||
version = "3.106";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/A/AB/ABW/Template-Toolkit-3.101.tar.gz";
|
||||
hash = "sha256-0qMt1sIeSzfGqT34CHyp6IDPrmE6Pl766jB7C9yu21g=";
|
||||
url = "mirror://cpan/authors/id/T/TO/TODDR/Template-Toolkit-3.106.tar.gz";
|
||||
hash = "sha256-x0dAUL6AIB8ftV8KVpucCrbBw/DOu9fmAb2ptARu7IU=";
|
||||
};
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
propagatedBuildInputs = [ AppConfig ];
|
||||
|
||||
Reference in New Issue
Block a user