git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
34 lines
792 B
Nix
34 lines
792 B
Nix
{
|
|
clipboard = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "11r5xi1fhll4qxna2sg83vmnphjzqc4pzwdnmc5qwvdps5jbz7cq";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.6";
|
|
};
|
|
paint = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1z1fqyyc2jiv6yabv467h652cxr2lmxl5gqqg7p14y28kdqf0nhj";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.1";
|
|
};
|
|
pbkdf2-ruby = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "014vb5k8klvh192idqrda2571dxsp7ai2v72hj265zd2awy0zyg1";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.1";
|
|
};
|
|
pws = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1brn123mmrw09ji60sa13ylgfjjp7aicz07hm9h0dc3162zlw5wn";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.6";
|
|
};
|
|
}
|