3
0
Fork 0
forked from mirrors/nixpkgs

chickenEggs.check-errors: init at 3.2.0

This commit is contained in:
Daniel Nagy 2021-02-14 00:26:15 +01:00
parent 6ebe5ef320
commit bdfbb00e0c
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -50,6 +50,20 @@ rec {
];
};
check-errors = eggDerivation {
name = "check-errors-3.2.0";
src = fetchegg {
name = "check-errors";
version = "3.2.0";
sha256 = "0d0hpq1nmwyvbg162bqzgk62f70rin0pxsr5a3pgx6xin5i3ngah";
};
buildInputs = [
];
};
matchable = eggDerivation {
name = "matchable-1.1";