chickenEggs.sha2: init at 4.0.5

This commit is contained in:
Daniel Nagy 2021-02-14 00:41:32 +01:00
parent e9fa73c93d
commit 876def9433
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671
2 changed files with 15 additions and 0 deletions

View file

@ -241,6 +241,20 @@ rec {
];
};
sha2 = eggDerivation {
name = "sha2-4.0.5";
src = fetchegg {
name = "sha2";
version = "4.0.5";
sha256 = "020yc41gkpg2s48v5n1nnq02dii340yly2y1zsi71bbfbkai2vcs";
};
buildInputs = [
message-digest-primitive
];
};
spiffy = eggDerivation {
name = "spiffy-6.3";

View file

@ -4,6 +4,7 @@ matchable
apropos
spiffy
json
sha2
;; other eggs to include in nixpkgs
srfi-189