chickenEggs.regex: init at 2.0

This commit is contained in:
Daniel Nagy
2022-05-03 22:52:47 +02:00
parent 8c7f1233e6
commit 8d3b68f518
@@ -169,6 +169,20 @@ rec {
];
};
regex = eggDerivation {
name = "regex-2.0";
src = fetchegg {
name = "regex";
version = "2.0";
sha256 = "0qgqrrdr95yqggw8xyvb693nhizwqvf1fp9cjx9p3z80c4ih8j4j";
};
buildInputs = [
];
};
srfi-1 = eggDerivation {
name = "srfi-1-0.5.1";