about summary refs log tree commit diff
path: root/pkgs/development/tools/spicy/deps.nix
blob: 9532b01decb4e75bb07370c9c384308ddf2d0351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
  {
    goPackagePath = "github.com/alecthomas/participle";
    fetch = {
      type = "git";
      url = "https://github.com/alecthomas/participle.git";
      rev = "fed0e8fbb638b11091014aa838748210dc9ff576";
      sha256 = "0yhhm42lis8ak9m6x6aai280xq0652vcq5v17pibbf74dalxyims";
    };
  }
  {
    goPackagePath = "github.com/sirupsen/logrus";
    fetch = {
      type = "git";
      url = "https://github.com/sirupsen/logrus.git";
      rev = "f104497f2b2129ab888fd274891f3a278756bcde";
      sha256 = "0gr2c7s3ffdaynzn1zplp79zz16qgqpnsq2z9zg79wxksq5mz5l1";
    };
  }
  {
    goPackagePath = "github.com/ogier/pflag";
    fetch = {
      type = "git";
      url = "https://github.com/ogier/pflag.git";
      rev = "73e519546fc0bce0c395610afcf6aa4e5aec88eb";
      sha256 = "114zpgl6l47gsz0sifpq62hi2i6k0ra9hi8wx7d39giablf9i4ii";
    };
  }
  {
    goPackagePath = "github.com/trhodeos/n64rom";
    fetch = {
      type = "git";
      url = "https://github.com/trhodeos/n64rom.git";
      rev = "504dba7b4d4675bd3396c052d64016c5725c2f5e";
      sha256 = "01hybm8nxh1lym0wc9sxrms3wyqhhs0dm1a2nwz6xc60lkjcp8kb";
    };
  }
  {
    goPackagePath = "github.com/trhodeos/ecoff";
    fetch = {
      type = "git";
      url = "https://github.com/trhodeos/ecoff.git";
      rev = "e54570a0fac23c0fa7f605681345611f345ce0f6";
      sha256 = "0pc0yj7hy43m00br0q0f1y5a3bc3a134imcyy2jvzim45g6g12kj";
    };
  }
  {
    goPackagePath = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://github.com/golang/sys";
      rev = "9a76102bfb4322425a1228caa377974426e82c84";
      sha256 = "07qn19yla2w604p3dc8h1c75xj2pxc4fajvg0mf0d4c72d5qiss4";
    };
  }
]