perlPackages.ExtUtilsCChecker: 0.10 -> 0.11

This commit is contained in:
Zak B. Elep
2021-08-25 17:20:32 +08:00
parent 88226ea038
commit af0205cac7
+3 -3
View File
@@ -7509,10 +7509,10 @@ let
ExtUtilsCChecker = buildPerlModule {
pname = "ExtUtils-CChecker";
version = "0.10";
version = "0.11";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/ExtUtils-CChecker-0.10.tar.gz";
sha256 = "50bfe76870fc1510f56bae4fa2dce0165d9ac4af4e7320d6b8fda14dfea4be0b";
url = "mirror://cpan/authors/id/P/PE/PEVANS/ExtUtils-CChecker-0.11.tar.gz";
sha256 = "1x8vafpff5nma18svxp1h3mp069fjmzlsdvnbcgn3z1pgrkkcxqi";
};
buildInputs = [ TestFatal ];
meta = {