chickenEggs.sha2: init at 4.0.5

This commit is contained in:
Daniel Nagy
2022-05-03 22:52:49 +02:00
parent e9fa73c93d
commit 876def9433
2 changed files with 15 additions and 0 deletions
@@ -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";
@@ -4,6 +4,7 @@ matchable
apropos
spiffy
json
sha2
;; other eggs to include in nixpkgs
srfi-189