perlPackages.DigestSRI: init at 0.02
This commit is contained in:
parent
d91f8b3685
commit
e434e215ed
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user