mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.CryptArgon2: 0.019 -> 0.031
Fixes CVE-2026-8463. Co-authored-by: Robert Schütz <nix@dotlambda.de> Assisted-by: Claude Code (Claude Opus 4.8) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
parent
46324ed6bb
commit
de1d803f43
1 changed files with 5 additions and 3 deletions
|
|
@ -6871,13 +6871,15 @@ with self;
|
|||
|
||||
CryptArgon2 = buildPerlModule {
|
||||
pname = "Crypt-Argon2";
|
||||
version = "0.019";
|
||||
version = "0.031";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/L/LE/LEONT/Crypt-Argon2-0.019.tar.gz";
|
||||
hash = "sha256-+Fm+6NL2tAf11EZFwiOu4hL+AFkd/YLlBlrhvnio5Dg=";
|
||||
url = "mirror://cpan/authors/id/L/LE/LEONT/Crypt-Argon2-0.031.tar.gz";
|
||||
hash = "sha256-1l5RoZQ+6AglEkUNw1KuUpUQZswJI/u38uYK+l8WTi0=";
|
||||
};
|
||||
nativeBuildInputs = [ pkgs.ld-is-cc-hook ];
|
||||
buildInputs = [ DistBuild ];
|
||||
meta = {
|
||||
changelog = "https://github.com/Leont/crypt-argon2/blob/v0.031/Changes";
|
||||
description = "Perl interface to the Argon2 key derivation functions";
|
||||
license = with lib.licenses; [ cc0 ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue