tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
hydron: 2018-09-25 -> 2018-10-08
隠岐奈
7 years ago
1beff36b
0da3190c
+20
-20
2 changed files
expand all
collapse all
unified
split
pkgs
servers
hydron
default.nix
deps.nix
+3
-3
pkgs/servers/hydron/default.nix
···
3
4
buildGoPackage rec {
5
name = "hydron-unstable-${version}";
6
-
version = "2018-09-25";
7
goPackagePath = "github.com/bakape/hydron";
8
goDeps = ./deps.nix;
9
10
src = fetchFromGitHub {
11
owner = "bakape";
12
repo = "hydron";
13
-
rev = "ad88ec03e5c7a527fddebb6b54909f50ecaae00c";
14
-
sha256 = "074bzl38f4y4xs4vavbn7mgi4srv1fbzkcx4p17mrqipzk6ffbca";
15
};
16
17
enableParallelBuilding = true;
···
3
4
buildGoPackage rec {
5
name = "hydron-unstable-${version}";
6
+
version = "2018-10-08";
7
goPackagePath = "github.com/bakape/hydron";
8
goDeps = ./deps.nix;
9
10
src = fetchFromGitHub {
11
owner = "bakape";
12
repo = "hydron";
13
+
rev = "0a834bcaf9af3a6bac8873fad981aa3736115258";
14
+
sha256 = "154s1jjcdcwaxial2gsxaqb8bc1hwagz844ld2jr928jxj7ffqww";
15
};
16
17
enableParallelBuilding = true;
+17
-17
pkgs/servers/hydron/deps.nix
···
1
-
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
2
[
3
{
4
goPackagePath = "github.com/Masterminds/squirrel";
5
fetch = {
6
type = "git";
7
url = "https://github.com/Masterminds/squirrel";
8
-
rev = "3b6e9e96624526bce05b577b76ca726a20bb3c83";
9
-
sha256 = "16jw3af3lyb5x9yn7anx0rb3mz70bivnixkvh8dzrq16wkkn760h";
10
};
11
}
12
{
···
14
fetch = {
15
type = "git";
16
url = "https://github.com/bakape/thumbnailer";
17
-
rev = "326c44736983c316d20c036ce34ca79ce9b96b01";
18
-
sha256 = "1a1dniz0zbihk7971z2ln6hlsbvkk13lghgjz346lw4lfc105kxk";
19
};
20
}
21
{
···
23
fetch = {
24
type = "git";
25
url = "https://github.com/dimfeld/httptreemux";
26
-
rev = "a53c8f73d4b7d82c30b7e5ab6aa155b981c42fb5";
27
-
sha256 = "08s90ggydcwz2683bbsrc33h2b7x2q5ws104gva838b573xzrhqj";
28
};
29
}
30
{
···
32
fetch = {
33
type = "git";
34
url = "https://github.com/gorilla/handlers";
35
-
rev = "7e0369fae54b097612a946bc6709f3a3fbccb3de";
36
-
sha256 = "00i2is2z7101igf7sr8prmd8m59x7k7xdkhm5h4bjs37k157zm38";
37
};
38
}
39
{
···
59
fetch = {
60
type = "git";
61
url = "https://github.com/lib/pq";
62
-
rev = "4ded0e9383f75c197b3a2aaa6d590ac52df6fd79";
63
-
sha256 = "1zqnnyczaf00xi6xh53vq758v5bdlf0iz7kf22l02cal4i6px47i";
64
};
65
}
66
{
···
68
fetch = {
69
type = "git";
70
url = "https://github.com/mattn/go-sqlite3";
71
-
rev = "e85a2792f3166972d6619b7051f01a2df254192a";
72
-
sha256 = "088bckqifg61xdda0f0hrcyzm3dslr3jzcsgdyk8ccjmjv2112sd";
73
};
74
}
75
{
···
86
fetch = {
87
type = "git";
88
url = "https://github.com/valyala/quicktemplate";
89
-
rev = "dc50ff9977a68a543145ce34e0e0030bebcc89be";
90
-
sha256 = "1980q2c5w4jhrlhf1pimc8yrkz005x3jbsi7hk4hnx6d5iy5lmb6";
91
};
92
}
93
{
···
95
fetch = {
96
type = "git";
97
url = "https://go.googlesource.com/net";
98
-
rev = "f04abc6bdfa7a0171a8a0c9fd2ada9391044d056";
99
-
sha256 = "0mygvmprcssixj3bm2djl3xzdnyh4zqhkwhynzml5rha8mvrxknd";
100
};
101
}
102
]
···
1
+
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
2
[
3
{
4
goPackagePath = "github.com/Masterminds/squirrel";
5
fetch = {
6
type = "git";
7
url = "https://github.com/Masterminds/squirrel";
8
+
rev = "e5bf00f96d4a5779be0d78f7565598856cae9b47";
9
+
sha256 = "13fkdc4kbdmbl42i80lm5x9aqnwlhj2c6s6y5vsblmw042p7012q";
10
};
11
}
12
{
···
14
fetch = {
15
type = "git";
16
url = "https://github.com/bakape/thumbnailer";
17
+
rev = "f191a43e9c3c7c9522a67dd81ed1aec9cea0280d";
18
+
sha256 = "065qxhc83ncfxl813gm2f80pydkilnyim0q4wv08xm4gz3010s1x";
19
};
20
}
21
{
···
23
fetch = {
24
type = "git";
25
url = "https://github.com/dimfeld/httptreemux";
26
+
rev = "0ffa82afd135e2aafd48602dc46843cb86304f7d";
27
+
sha256 = "0akariyk9igr25rbjkvq7v1hwx8llld6d2dalkdla9jsh7iw6ddj";
28
};
29
}
30
{
···
32
fetch = {
33
type = "git";
34
url = "https://github.com/gorilla/handlers";
35
+
rev = "350d97a79266938cd77a9192b7d995132d4e2b5b";
36
+
sha256 = "1rk69bnhcp4s4cv7hwsafag8d3fj1mgxli0bkazc69ig90a71h1b";
37
};
38
}
39
{
···
59
fetch = {
60
type = "git";
61
url = "https://github.com/lib/pq";
62
+
rev = "9eb73efc1fcc404148b56765b0d3f61d9a5ef8ee";
63
+
sha256 = "17wkjdz265iqf92gj3ljslvjcqvkfblw11jdq2scc3kp1hcsfr10";
64
};
65
}
66
{
···
68
fetch = {
69
type = "git";
70
url = "https://github.com/mattn/go-sqlite3";
71
+
rev = "6a9185d7b1f12363e2c904449d374b63b6093b16";
72
+
sha256 = "1yb04vhzkaxnm11i34lpcdgzmcydfnlky3xxj9q2hm1wd7hn3hki";
73
};
74
}
75
{
···
86
fetch = {
87
type = "git";
88
url = "https://github.com/valyala/quicktemplate";
89
+
rev = "4c04039b1358b0f49af22a699f9193f05d80be40";
90
+
sha256 = "1qf7wpalk3n2jmcc2sw05cnwysl4rx986avykbfic5wq4fgxh9a5";
91
};
92
}
93
{
···
95
fetch = {
96
type = "git";
97
url = "https://go.googlesource.com/net";
98
+
rev = "351d144fa1fc0bd934e2408202be0c29f25e35a0";
99
+
sha256 = "1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k";
100
};
101
}
102
]