Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 34 lines 815 B view raw
1{ 2 google-protobuf = { 3 groups = ["default"]; 4 platforms = []; 5 source = { 6 remotes = ["https://rubygems.org"]; 7 sha256 = "1i5g23mjc4fiwymrfkvgcmsym50rapw7vm988fm46rlpg3zijgl1"; 8 type = "gem"; 9 }; 10 version = "3.21.2"; 11 }; 12 pg_query = { 13 dependencies = ["google-protobuf"]; 14 groups = ["default"]; 15 platforms = []; 16 source = { 17 remotes = ["https://rubygems.org"]; 18 sha256 = "00bhwkhjy6bkp04313m5il7vd165i3fz0x4jissflf66i164ppgk"; 19 type = "gem"; 20 }; 21 version = "2.1.3"; 22 }; 23 sqlint = { 24 dependencies = ["pg_query"]; 25 groups = ["default"]; 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 sha256 = "1wbsi0ivashmpgavz7j22qns3zcya8j6sd2f9y8hk8bnqx7i3ak0"; 30 type = "gem"; 31 }; 32 version = "0.2.1"; 33 }; 34}