mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
13 lines
266 B
Nix
13 lines
266 B
Nix
{
|
|
wayback_machine_downloader = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "12kb1qmvmmsaihqab1prn6cmynkn6cgb4vf41mgv22wkcgv5wgk2";
|
|
type = "gem";
|
|
};
|
|
version = "2.2.1";
|
|
};
|
|
}
|