Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 license_finder = { 3 dependencies = [ 4 "rubyzip" 5 "thor" 6 "tomlrb" 7 "with_env" 8 "xml-simple" 9 ]; 10 groups = [ "default" ]; 11 platforms = [ ]; 12 source = { 13 remotes = [ "https://rubygems.org" ]; 14 sha256 = "0sig4ifxzvcz3fwjnz93dpv61v6sxpmlknj5f8n112ragrbcj8hb"; 15 type = "gem"; 16 }; 17 version = "7.0.1"; 18 }; 19 rexml = { 20 groups = [ "default" ]; 21 platforms = [ ]; 22 source = { 23 remotes = [ "https://rubygems.org" ]; 24 sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53"; 25 type = "gem"; 26 }; 27 version = "3.2.5"; 28 }; 29 rubyzip = { 30 groups = [ "default" ]; 31 platforms = [ ]; 32 source = { 33 remotes = [ "https://rubygems.org" ]; 34 sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz"; 35 type = "gem"; 36 }; 37 version = "2.3.2"; 38 }; 39 thor = { 40 groups = [ "default" ]; 41 platforms = [ ]; 42 source = { 43 remotes = [ "https://rubygems.org" ]; 44 sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi"; 45 type = "gem"; 46 }; 47 version = "1.2.1"; 48 }; 49 tomlrb = { 50 groups = [ "default" ]; 51 platforms = [ ]; 52 source = { 53 remotes = [ "https://rubygems.org" ]; 54 sha256 = "0a83cb5xpyzlr651d46rk5xgq37s46hs9nfqy9baawzs31hm9k2g"; 55 type = "gem"; 56 }; 57 version = "2.0.1"; 58 }; 59 with_env = { 60 groups = [ "default" ]; 61 platforms = [ ]; 62 source = { 63 remotes = [ "https://rubygems.org" ]; 64 sha256 = "1r5ns064mbb99hf1dyxsk9183hznc5i7mn3bi86zka6dlvqf9csh"; 65 type = "gem"; 66 }; 67 version = "1.1.0"; 68 }; 69 xml-simple = { 70 dependencies = [ "rexml" ]; 71 groups = [ "default" ]; 72 platforms = [ ]; 73 source = { 74 remotes = [ "https://rubygems.org" ]; 75 sha256 = "0pb9plyl71mdbjr4kllfy53qx6g68ryxblmnq9dilvy837jk24fj"; 76 type = "gem"; 77 }; 78 version = "1.1.9"; 79 }; 80}