mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 09:08:16 +00:00
Merge pull request #162923 from stigtsp/package/perl-digest-sri-init
perlPackages.DigestSRI: init at 0.02
This commit is contained in:
commit
1b4459e127
@ -6894,6 +6894,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