mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
07054b42d8
* wayback_machine_downloader: init at 2.2.1 * Fix description
12 lines
265 B
Nix
12 lines
265 B
Nix
{
|
|
wayback_machine_downloader = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "12kb1qmvmmsaihqab1prn6cmynkn6cgb4vf41mgv22wkcgv5wgk2";
|
|
type = "gem";
|
|
};
|
|
version = "2.2.1";
|
|
};
|
|
} |