chickenEggs.base64: init at 1.0

This commit is contained in:
Daniel Nagy
2022-05-03 22:52:45 +02:00
parent 91d2292a53
commit 6ebe5ef320
@@ -36,6 +36,20 @@ rec {
];
};
base64 = eggDerivation {
name = "base64-1.0";
src = fetchegg {
name = "base64";
version = "1.0";
sha256 = "01lid9wxf94nr7gmskamxlfngack1hyxig8rl9swwgnbmz9qgysi";
};
buildInputs = [
srfi-13
];
};
matchable = eggDerivation {
name = "matchable-1.1";