about summary refs log tree commit diff
path: root/pkgs/servers/filtron/deps.nix
blob: 61320f868d05de91ed4d2cc442f5971056f7dc1a (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
[
  {
    goPackagePath = "github.com/valyala/fasthttp";
    fetch = {
      type = "git";
      url = "https://github.com/valyala/fasthttp";
      rev = "v1.41.0";
      sha256 = "sha256-lV9FP7GjnQk/kJACE9l5CZ/8kzORdNpYS5lPokEYrZM=";
    };
  }

  {
    goPackagePath = "github.com/klauspost/compress";
    fetch = {
      type = "git";
      url = "https://github.com/klauspost/compress";
      rev = "v1.15.12";
      sha256 = "sha256-D41sCSbaqX9tXIRcTU9TYyjPyZpuKLDeQMXETE2ulbM=";
    };
  }

  {
    goPackagePath = "github.com/valyala/bytebufferpool";
    fetch = {
      type = "git";
      url = "https://github.com/valyala/bytebufferpool";
      rev = "v1.0.0";
      sha256 = "sha256-I9FPZ3kCNRB+o0dpMwBnwZ35Fj9+ThvITn8a3Jr8mAY=";
    };
  }

  {
    goPackagePath = "github.com/andybalholm/brotli";
    fetch = {
      type = "git";
      url = "https://github.com/andybalholm/brotli";
      rev = "v1.0.4";
      sha256 = "sha256-gAnPRdGP4yna4hiRIEDyBtDOVJqd7RU27wlPu96Rdf8=";
    };
  }
]