perlPackages.DigestSRI: init at 0.02

This commit is contained in:
Stig Palmquist 2022-03-05 20:55:26 +01:00
parent d91f8b3685
commit e434e215ed

View file

@ -6881,6 +6881,20 @@ let
};
};
DigestSRI = buildPerlPackage {
pname = "Digest-SRI";
version = "0.02";
src = fetchurl {
url = "mirror://cpan/authors/id/H/HA/HAUKEX/Digest-SRI-0.02.tar.gz";
sha256 = "sha256-VITN/m68OYwkZfeBx3w++1OKOULNSyDWiBjG//kHT8c=";
};
meta = {
homepage = "https://github.com/haukex/Digest-SRI";
description = "Calculate and verify Subresource Integrity hashes (SRI)";
license = lib.licenses.gpl3Plus;
};
};
DirManifest = buildPerlModule {
pname = "Dir-Manifest";
version = "0.6.1";