aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/tools/filesystems/gocryptfs/deps.nix
blob: cebad12327e0e682823f3545f741193aeb93b28d (plain)
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
67
68
69
70
71
72
73
74
75
# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
[
  {
    goPackagePath  = "github.com/hanwen/go-fuse";
    fetch = {
      type = "git";
      url = "https://github.com/hanwen/go-fuse";
      rev =  "161a164844568ebf4bfaa68c90ba3a9f2914dda4";
      sha256 = "1r0rs76k9zg60i02jlcqxi7m4ivla1xwv3ijwav7pfbyyr1yqhsx";
    };
  }
  {
    goPackagePath  = "github.com/jacobsa/crypto";
    fetch = {
      type = "git";
      url = "https://github.com/jacobsa/crypto";
      rev =  "9f44e2d11115452dad8f404f029574422855f46a";
      sha256 = "18c3cx8izxdajq22zdq0n19j9d2l6iickd3mz39j5h96kw7l5qmy";
    };
  }
  {
    goPackagePath  = "github.com/pkg/xattr";
    fetch = {
      type = "git";
      url = "https://github.com/pkg/xattr";
      rev =  "7782c2d6871d6e659e1563dc19c86b845264a6fc";
      sha256 = "1j3z5b9nwgkxia925rkiq8n5avhf4zhmsdbpn2s3xb16a2w66prd";
    };
  }
  {
    goPackagePath  = "github.com/rfjakob/eme";
    fetch = {
      type = "git";
      url = "https://github.com/rfjakob/eme";
      rev =  "2222dbd4ba467ab3fc7e8af41562fcfe69c0d770";
      sha256 = "0c227ly3z8pqaqg22lpd8nzgqrfsbjx5gi9rp9ks1cmd11dv2gl9";
    };
  }
  {
    goPackagePath  = "github.com/sabhiram/go-gitignore";
    fetch = {
      type = "git";
      url = "https://github.com/sabhiram/go-gitignore";
      rev =  "d3107576ba9425fc1c85f4b3569c4631b805a02e";
      sha256 = "1rdwyxgcsiwgmlqnc3k6h300mzlvjc3j21np4yh1h476wc8dvl0l";
    };
  }
  {
    goPackagePath  = "golang.org/x/crypto";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/crypto";
      rev =  "a1f597ede03a7bef967a422b5b3a5bd08805a01e";
      sha256 = "0yiczljll72ip2vkxgd6052rhpaba37a68vf6si3v8s8s3g870lc";
    };
  }
  {
    goPackagePath  = "golang.org/x/sync";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sync";
      rev =  "e225da77a7e68af35c70ccbf71af2b83e6acac3c";
      sha256 = "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p";
    };
  }
  {
    goPackagePath  = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev =  "61b9204099cb1bebc803c9ffb9b2d3acd9d457d9";
      sha256 = "110carnw1rxk9awbcdbg5is0zl28vynm649y7rza36pg1vlv8rrh";
    };
  }
]