chickenEggs.foreigners: init at 1.5

This commit is contained in:
Daniel Nagy 2021-02-14 00:43:42 +01:00
parent e31de32396
commit 298a451eb6
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -106,6 +106,20 @@ rec {
];
};
foreigners = eggDerivation {
name = "foreigners-1.5";
src = fetchegg {
name = "foreigners";
version = "1.5";
sha256 = "1mm91y61nlawgb7iqdrkz2fi9sc3fic07f5m1ig541b2hbscfiqy";
};
buildInputs = [
matchable
];
};
intarweb = eggDerivation {
name = "intarweb-2.0.1";