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:
Stig Palmquist 2026-06-18 14:21:35 +02:00
commit de1d803f43

View file

@ -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 ];
};