Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as Plain Text by lambda ( 6 years ago )
submodules = [
{ name = "foo"; sha256 = "a361ae36e07aa4939becd8e7d45d8d39a59081f0d522370f1f7c640b557bbf1e"; }
];
srcs = map (smod:
(fetchurl {
url = "https://github.com/red-eclipse/${smod.name}/archive/v${version}.tar.gz";
sha256 = smod.sha256;
})) submodules;
Revise this Paste
Parent: 98492
Children: 98494