perlPackages.CryptEd25519: 1.04 -> 1.05

This commit is contained in:
Stig Palmquist 2023-10-10 11:55:58 +02:00
parent 0961351ff5
commit 3c49991b6a

View file

@ -5453,10 +5453,10 @@ with self; {
CryptEd25519 = buildPerlPackage {
pname = "Crypt-Ed25519";
version = "1.04";
version = "1.05";
src = fetchurl {
url = "mirror://cpan/authors/id/M/ML/MLEHMANN/Crypt-Ed25519-1.04.tar.gz";
hash = "sha256-WFBKYedGQB6HiEEE/MmNAxM51T9IfElV//tesdAykMs=";
url = "mirror://cpan/authors/id/M/ML/MLEHMANN/Crypt-Ed25519-1.05.tar.gz";
hash = "sha256-sdEaWU/rUeQG2BsUfcDRClV8z0yrgcDbP4mBAmd9JKg=";
};
nativeBuildInputs = [ CanaryStability ];