Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 argon2 = { 3 dependencies = [ 4 "ffi" 5 "ffi-compiler" 6 ]; 7 groups = [ "default" ]; 8 platforms = [ ]; 9 source = { 10 remotes = [ "https://rubygems.org" ]; 11 sha256 = "1wdllcqlr81nzyf485ldv1p660xsi476p79ghbj7zsf3n9n86gwd"; 12 type = "gem"; 13 }; 14 version = "2.2.0"; 15 }; 16 bcrypt = { 17 groups = [ "default" ]; 18 platforms = [ ]; 19 source = { 20 remotes = [ "https://rubygems.org" ]; 21 sha256 = "0ai0m15jg3n0b22mimk09ppnga316dc7dyvz06w8rrqh5gy1lslp"; 22 type = "gem"; 23 }; 24 version = "3.1.13"; 25 }; 26 ffi = { 27 groups = [ "default" ]; 28 platforms = [ ]; 29 source = { 30 remotes = [ "https://rubygems.org" ]; 31 sha256 = "07139870npj59jnl8vmk39ja3gdk3fb5z9vc0lf32y2h891hwqsi"; 32 type = "gem"; 33 }; 34 version = "1.17.0"; 35 }; 36 ffi-compiler = { 37 dependencies = [ 38 "ffi" 39 "rake" 40 ]; 41 groups = [ "default" ]; 42 platforms = [ ]; 43 source = { 44 remotes = [ "https://rubygems.org" ]; 45 sha256 = "0c2caqm9wqnbidcb8dj4wd3s902z15qmgxplwyfyqbwa0ydki7q1"; 46 type = "gem"; 47 }; 48 version = "1.0.1"; 49 }; 50 rake = { 51 groups = [ "default" ]; 52 platforms = [ ]; 53 source = { 54 remotes = [ "https://rubygems.org" ]; 55 sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6"; 56 type = "gem"; 57 }; 58 version = "13.2.1"; 59 }; 60 unix-crypt = { 61 groups = [ "default" ]; 62 platforms = [ ]; 63 source = { 64 remotes = [ "https://rubygems.org" ]; 65 sha256 = "1wflipsmmicmgvqilp9pml4x19b337kh6p6jgrzqrzpkq2z52gdq"; 66 type = "gem"; 67 }; 68 version = "1.3.0"; 69 }; 70}