nixpkgs/pkgs/applications/networking/wayback_machine_downloader/gemset.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
266 B
Nix
Raw Normal View History

{
wayback_machine_downloader = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "170426sashqc2k2angg8d0bhs7spi1x1isv6cyk2hif0l6xxm3cm";
type = "gem";
};
version = "2.3.1";
};
2021-01-21 21:12:40 +00:00
}