Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{
2 brakeman = {
3 dependencies = [ "racc" ];
4 groups = [ "default" ];
5 platforms = [ ];
6 source = {
7 remotes = [ "https://rubygems.org" ];
8 sha256 = "1lylig4vgnw9l1ybwgxdi9nw9q2bc5dcplklg8nsbi7j32f7c5kp";
9 type = "gem";
10 };
11 version = "6.1.2";
12 };
13 racc = {
14 groups = [ "default" ];
15 platforms = [ ];
16 source = {
17 remotes = [ "https://rubygems.org" ];
18 sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
19 type = "gem";
20 };
21 version = "1.7.3";
22 };
23}