about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/gocryptfs/deps.nix
blob: cb5aec527f244b03c7373c01b981e1659571932d (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
57
58
59
60
61
62
63
64
65
66
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
[
  {
    goPackagePath = "github.com/hanwen/go-fuse";
    fetch = {
      type = "git";
      url = "https://github.com/hanwen/go-fuse";
      rev = "291273cb8ce0f139636a6fd7414be3c7e2de6288";
      sha256 = "1djfl6mni8k4wllhwcr6qwyg1nh6wykdalvdl6gpc1rwrjj9c6xi";
    };
  }
  {
    goPackagePath = "github.com/jacobsa/crypto";
    fetch = {
      type = "git";
      url = "https://github.com/jacobsa/crypto";
      rev = "c73681c634de898c869684602cf0c0d2ce938c4d";
      sha256 = "02jbiy6szshbzcmp4j3gpc577hrhikxqvm4kzxixp27k9f2cx5si";
    };
  }
  {
    goPackagePath = "github.com/pkg/xattr";
    fetch = {
      type = "git";
      url = "https://github.com/pkg/xattr";
      rev = "d15dbc2bb0b5da267362b5e066e2c44c1fcff6c7";
      sha256 = "1vab8mpk2x4vbhx0kd0i0kn6sf7z5ivilcmdklyizzcfcwghh17g";
    };
  }
  {
    goPackagePath = "github.com/rfjakob/eme";
    fetch = {
      type = "git";
      url = "https://github.com/rfjakob/eme";
      rev = "2222dbd4ba467ab3fc7e8af41562fcfe69c0d770";
      sha256 = "0c227ly3z8pqaqg22lpd8nzgqrfsbjx5gi9rp9ks1cmd11dv2gl9";
    };
  }
  {
    goPackagePath = "golang.org/x/crypto";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/crypto";
      rev = "a49355c7e3f8fe157a85be2f77e6e269a0f89602";
      sha256 = "020q1laxjx5kcmnqy4wmdb63zhb0lyq6wpy40axhswzg2nd21s44";
    };
  }
  {
    goPackagePath = "golang.org/x/sync";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sync";
      rev = "1d60e4601c6fd243af51cc01ddf169918a5407ca";
      sha256 = "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6";
    };
  }
  {
    goPackagePath = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev = "151529c776cdc58ddbe7963ba9af779f3577b419";
      sha256 = "149yfzs4k8vxhjr8f832drndir2k5ha0ggs2dw2fd6xvxf698bcx";
    };
  }
]