1{
2 "bundix" = {
3 version = "1.0.2";
4 source = {
5 type = "git";
6 url = "https://github.com/cstrahan/bundix.git";
7 rev = "c879cf901ff8084b4c97aaacfb5ecbdb0f95cc03";
8 sha256 = "05kmdnq4qa5h8l3asv05cjpnyplnqqx6hrqybj2cjlzmdxnkkgyj";
9 fetchSubmodules = false;
10 };
11 dependencies = [
12 "thor"
13 ];
14 };
15 "thor" = {
16 version = "0.19.1";
17 source = {
18 type = "gem";
19 sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z";
20 };
21 };
22}