Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 20.09-beta 33 lines 790 B view raw
1{ 2 childprocess = { 3 groups = ["default"]; 4 platforms = []; 5 source = { 6 remotes = ["https://rubygems.org"]; 7 sha256 = "1ic028k8xgm2dds9mqnvwwx3ibaz32j8455zxr9f4bcnviyahya5"; 8 type = "gem"; 9 }; 10 version = "3.0.0"; 11 }; 12 iniparse = { 13 groups = ["default"]; 14 platforms = []; 15 source = { 16 remotes = ["https://rubygems.org"]; 17 sha256 = "1xbik6838gfh5yq9ahh1m7dzszxlk0g7x5lvhb8amk60mafkrgws"; 18 type = "gem"; 19 }; 20 version = "1.4.4"; 21 }; 22 overcommit = { 23 dependencies = ["childprocess" "iniparse"]; 24 groups = ["default"]; 25 platforms = []; 26 source = { 27 remotes = ["https://rubygems.org"]; 28 sha256 = "0fjrrm9dy9mry5ss96sizn6xcphia5l54ydz9c31phipm61nwmfk"; 29 type = "gem"; 30 }; 31 version = "0.51.0"; 32 }; 33}