tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hugo: 0.32.2 -> 0.36.1
Peter Hoeg
8 years ago
b332924e
ce8bd325
+92
-65
2 changed files
expand all
collapse all
unified
split
pkgs
applications
misc
hugo
default.nix
deps.nix
+8
-8
pkgs/applications/misc/hugo/default.nix
···
2
3
buildGoPackage rec {
4
name = "hugo-${version}";
5
-
version = "0.32.2";
6
7
goPackagePath = "github.com/gohugoio/hugo";
8
9
src = fetchFromGitHub {
10
-
owner = "gohugoio";
11
-
repo = "hugo";
12
-
rev = "v${version}";
13
-
sha256 = "0k62sg9rvr4aqzh1r60m456cw8mj6kxjpri2nnj4c2dxmvll8qhr";
14
};
15
16
goDeps = ./deps.nix;
17
18
-
meta = {
19
description = "A fast and modern static website engine.";
20
homepage = https://gohugo.io;
21
-
maintainers = with stdenv.lib.maintainers; [ schneefux ];
22
-
license = stdenv.lib.licenses.asl20;
23
};
24
}
···
2
3
buildGoPackage rec {
4
name = "hugo-${version}";
5
+
version = "0.36.1";
6
7
goPackagePath = "github.com/gohugoio/hugo";
8
9
src = fetchFromGitHub {
10
+
owner = "gohugoio";
11
+
repo = "hugo";
12
+
rev = "v${version}";
13
+
sha256 = "179lzkd6f81rssgcwlngx2mhr9nvbj0rsh6yjbf1fsrpxfzr2q9z";
14
};
15
16
goDeps = ./deps.nix;
17
18
+
meta = with stdenv.lib; {
19
description = "A fast and modern static website engine.";
20
homepage = https://gohugo.io;
21
+
license = licenses.asl20;
22
+
maintainers = with maintainers; [ schneefux ];
23
};
24
}
+84
-57
pkgs/applications/misc/hugo/deps.nix
···
32
fetch = {
33
type = "git";
34
url = "https://github.com/alecthomas/chroma";
35
-
rev = "c9f612c1940a4951cd2b55811744632a7b3b3bb2";
36
-
sha256 = "0s1mzb175s96adxfx5vhyazpzfq9j4dzx4sr4n8gj7r8afkqys8h";
37
};
38
}
39
{
···
59
fetch = {
60
type = "git";
61
url = "https://github.com/cpuguy83/go-md2man";
62
-
rev = "8d868be6e9bf9d5350910bab97a050e49887600f";
63
-
sha256 = "0vy096wzkq1z59in1if486k0adaj1idvma0ax9z1igh9qpq53vd9";
64
};
65
}
66
{
···
73
};
74
}
75
{
76
-
goPackagePath = "github.com/dchest/cssmin";
77
-
fetch = {
78
-
type = "git";
79
-
url = "https://github.com/dchest/cssmin";
80
-
rev = "fb8d9b44afdc258bfff6052d3667521babcb2239";
81
-
sha256 = "09sdijfx5d05z4cd5k6lhl7k3kbpdf2amzlngv15h5v0fff9qw4s";
82
-
};
83
-
}
84
-
{
85
goPackagePath = "github.com/disintegration/imaging";
86
fetch = {
87
type = "git";
···
113
fetch = {
114
type = "git";
115
url = "https://github.com/fsnotify/fsnotify";
116
-
rev = "4da3e2cfbabc9f751898f250b49f2439785783a1";
117
-
sha256 = "1y2l9jaf99j6gidcfdgq3hifxyiwv4f7awpll80p170ixdbqxvl3";
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
118
};
119
}
120
{
···
122
fetch = {
123
type = "git";
124
url = "https://github.com/gorilla/websocket";
125
-
rev = "d965e9adc66deebadcc7d0c6c7598e2a4baa7838";
126
-
sha256 = "0ka8pvby06farlji7pixlrk3zb962qp5xarvy2vxnfrdzlarv7xb";
127
};
128
}
129
{
···
131
fetch = {
132
type = "git";
133
url = "https://github.com/hashicorp/go-immutable-radix";
134
-
rev = "8aac2701530899b64bdea735a1de8da899815220";
135
-
sha256 = "032w4pk4gd5lwwgnvhh52xnrgyp7lgmlxsfs47gnxkgkya1x7lw6";
136
};
137
}
138
{
···
140
fetch = {
141
type = "git";
142
url = "https://github.com/hashicorp/golang-lru";
143
-
rev = "0a025b7e63adc15a622f29b0b2c4c3848243bbf6";
144
-
sha256 = "1iq7lbpsz7ks052mpznmkf8s4k43p51z4dik2n9ivrxk666q2wxi";
145
};
146
}
147
{
···
163
};
164
}
165
{
166
-
goPackagePath = "github.com/kardianos/osext";
167
fetch = {
168
type = "git";
169
-
url = "https://github.com/kardianos/osext";
170
-
rev = "ae77be60afb1dcacde03767a8c37337fad28ac14";
171
-
sha256 = "056dkgxrqjj5r18bnc3knlpgdz5p3yvp12y4y978hnsfhwaqvbjz";
172
};
173
}
174
{
···
185
fetch = {
186
type = "git";
187
url = "https://github.com/magiconair/properties";
188
-
rev = "49d762b9817ba1c2e9d0c69183c2b4a8b8f1d934";
189
-
sha256 = "0cnvcd4q88nvxk3q9617dcis2kng2xxsx3iivi5xs8azk290lpyy";
190
};
191
}
192
{
···
194
fetch = {
195
type = "git";
196
url = "https://github.com/markbates/inflect";
197
-
rev = "a12c3aec81a6a938bf584a4bac567afed9256586";
198
-
sha256 = "0mawr6z9nav4f5j0nmjdxg9lbfhr7wz8zi34g7b6wndmzyf8jbsd";
199
};
200
}
201
{
···
217
};
218
}
219
{
0
0
0
0
0
0
0
0
0
220
goPackagePath = "github.com/mitchellh/mapstructure";
221
fetch = {
222
type = "git";
223
url = "https://github.com/mitchellh/mapstructure";
224
-
rev = "06020f85339e21b2478f756a78e295255ffa4d6a";
225
-
sha256 = "12zb5jh7ri4vna3f24y9g10nzrnz9wbvwnk29wjk3vg0ljia64s9";
0
0
0
0
0
0
0
0
0
226
};
227
}
228
{
···
230
fetch = {
231
type = "git";
232
url = "https://github.com/nicksnyder/go-i18n";
233
-
rev = "aa0ce51472e0a9982717fd19cf02cb08b1e433aa";
234
-
sha256 = "0355fxpd69wnw56m6dak8k7rlw3q36bql8algg3jkjnxjpgfii4p";
235
};
236
}
237
{
···
239
fetch = {
240
type = "git";
241
url = "https://github.com/olekukonko/tablewriter";
242
-
rev = "65fec0d89a572b4367094e2058d3ebe667de3b60";
243
-
sha256 = "116waspmr33dqq3zxj2msnqp2f5v2b6ihk3rxqj7gz25rmcxh5wp";
244
};
245
}
246
{
···
248
fetch = {
249
type = "git";
250
url = "https://github.com/pelletier/go-toml";
251
-
rev = "0131db6d737cfbbfb678f8b7d92e55e27ce46224";
252
-
sha256 = "10sz1bh45346wdv8i3nffdmpfh8fb6xd0b3r474cs2mk961pw73v";
253
};
254
}
255
{
···
257
fetch = {
258
type = "git";
259
url = "https://github.com/russross/blackfriday";
260
-
rev = "6d1ef893fcb01b4f50cb6e57ed7df3e2e627b6b2";
261
-
sha256 = "13p2xq5624b9j2f6j6j76j1h4l2lvmh7w6vcv2f5xsvzjy779r27";
262
};
263
}
264
{
···
275
fetch = {
276
type = "git";
277
url = "https://github.com/spf13/afero";
278
-
rev = "57afd63c68602b63ed976de00dd066ccb3c319db";
279
-
sha256 = "0jf9v16m7k46j3mgw469yilhs5p3i32qvzi5954cqyigs6zzqbnk";
280
};
281
}
282
{
···
284
fetch = {
285
type = "git";
286
url = "https://github.com/spf13/cast";
287
-
rev = "acbeb36b902d72a7a4c18e8f3241075e7ab763e4";
288
-
sha256 = "0w25s6gjbbwv47b9208hysyqqphd6pib3d2phg24mjy4wigkm050";
289
};
290
}
291
{
···
293
fetch = {
294
type = "git";
295
url = "https://github.com/spf13/cobra";
296
-
rev = "ccaecb155a2177302cb56cae929251a256d0f646";
297
-
sha256 = "1zm89akryx6x0vzvn50736z732gdm3jsx5898annr0zr1cfpf443";
298
};
299
}
300
{
···
311
fetch = {
312
type = "git";
313
url = "https://github.com/spf13/jwalterweatherman";
314
-
rev = "12bd96e66386c1960ab0f74ced1362f66f552f7b";
315
-
sha256 = "1abvqd1dl3m7mxv44wvl0vwd50l6qpndzrxk28vyb77x41rc8b2g";
316
};
317
}
318
{
···
329
fetch = {
330
type = "git";
331
url = "https://github.com/spf13/pflag";
332
-
rev = "4c012f6dcd9546820e378d0bdda4d8fc772cdfea";
333
-
sha256 = "0plmm67lkm25ir0lczwh7hmanyilrs1vxmbp8a0dyr282ji1dqm5";
334
};
335
}
336
{
···
365
fetch = {
366
type = "git";
367
url = "https://go.googlesource.com/net";
368
-
rev = "d866cfc389cec985d6fda2859936a575a55a3ab6";
369
-
sha256 = "10iahqcsiih5hgmqw8yfgv5b3fimfwl1skxg5062avcjjks59f03";
370
};
371
}
372
{
···
383
fetch = {
384
type = "git";
385
url = "https://go.googlesource.com/sys";
386
-
rev = "83801418e1b59fb1880e363299581ee543af32ca";
387
-
sha256 = "0ilykaanvnzb27d42kmbr4i37hcn7hgqbx98z945gy63aa8dskji";
388
};
389
}
390
{
···
392
fetch = {
393
type = "git";
394
url = "https://go.googlesource.com/text";
395
-
rev = "e19ae1496984b1c655b8044a65c0300a3c878dd3";
396
-
sha256 = "1cvnnx8nwx5c7gr6ajs7sldhbqh52n7h6fsa3i21l2lhx6xrsh4w";
397
};
398
}
399
{
···
401
fetch = {
402
type = "git";
403
url = "https://gopkg.in/yaml.v2";
404
-
rev = "287cf08546ab5e7e37d55a84f7ed3fd1db036de5";
405
-
sha256 = "15502klds9wwv567vclb9kx95gs8lnyzn4ybsk6l9fc7a67lk831";
406
};
407
}
408
]
···
32
fetch = {
33
type = "git";
34
url = "https://github.com/alecthomas/chroma";
35
+
rev = "df4ec264daccb2ecb17bde9134830100701199c5";
36
+
sha256 = "1snw7byfkfvvw0579jc0yxk79j1v1rb0jdcvivfsalh064zmjdvd";
37
};
38
}
39
{
···
59
fetch = {
60
type = "git";
61
url = "https://github.com/cpuguy83/go-md2man";
62
+
rev = "48d8747a2ca13185e7cc8efe6e9fc196a83f71a5";
63
+
sha256 = "01hpll16rvxhnvv35vs3z8p51x54c5jyl1gjdm0g7kwfwp2chvjx";
64
};
65
}
66
{
···
73
};
74
}
75
{
0
0
0
0
0
0
0
0
0
76
goPackagePath = "github.com/disintegration/imaging";
77
fetch = {
78
type = "git";
···
104
fetch = {
105
type = "git";
106
url = "https://github.com/fsnotify/fsnotify";
107
+
rev = "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9";
108
+
sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g";
109
+
};
110
+
}
111
+
{
112
+
goPackagePath = "github.com/gobuffalo/envy";
113
+
fetch = {
114
+
type = "git";
115
+
url = "https://github.com/gobuffalo/envy";
116
+
rev = "50fabbbaf1e65fc9b739f37a00590c396485d84d";
117
+
sha256 = "0js2hggb1gybk28pk3hcsb1m6rswfdzvvr194z4my4za09ly5jax";
118
+
};
119
+
}
120
+
{
121
+
goPackagePath = "github.com/gobwas/glob";
122
+
fetch = {
123
+
type = "git";
124
+
url = "https://github.com/gobwas/glob";
125
+
rev = "19c076cdf202b3d1c0489bdfa2f2f289f634474b";
126
+
sha256 = "0176psz3m0pks0ka6pb62g7ccq5izzj0i7c0j20lb7dp3kawphxs";
127
};
128
}
129
{
···
131
fetch = {
132
type = "git";
133
url = "https://github.com/gorilla/websocket";
134
+
rev = "f37d1588608ec036fa9b0b7b8afbde47dc06aea9";
135
+
sha256 = "1y0z7k4yi8aaw6yjm8s92hvbkyc51b5azpiywminjj1a84czvzvq";
136
};
137
}
138
{
···
140
fetch = {
141
type = "git";
142
url = "https://github.com/hashicorp/go-immutable-radix";
143
+
rev = "7f3cd4390caab3250a57f30efdb2a65dd7649ecf";
144
+
sha256 = "13nv1dac6i2mjdy8vsd4vwawwja78vggdjcnj1xfykg2k8jbkphv";
145
};
146
}
147
{
···
149
fetch = {
150
type = "git";
151
url = "https://github.com/hashicorp/golang-lru";
152
+
rev = "0fb14efe8c47ae851c0034ed7a448854d3d34cf3";
153
+
sha256 = "0vg4yn3088ym4sj1d34kr13lp4v5gya7r2nxshp2bz70n46fsqn2";
154
};
155
}
156
{
···
172
};
173
}
174
{
175
+
goPackagePath = "github.com/joho/godotenv";
176
fetch = {
177
type = "git";
178
+
url = "https://github.com/joho/godotenv";
179
+
rev = "6bb08516677f8c8274c557fc801bee9ab564ab2c";
180
+
sha256 = "0jqczq5x5zwgs29vrmq87335c99gi5jrvxkwcpidz98yqg95db4f";
181
};
182
}
183
{
···
194
fetch = {
195
type = "git";
196
url = "https://github.com/magiconair/properties";
197
+
rev = "2c9e9502788518c97fe44e8955cd069417ee89df";
198
+
sha256 = "1w0rl9rla61m0qbha75jg48yiq1vs91sfy96rgqa6nags9v9b1rl";
199
};
200
}
201
{
···
203
fetch = {
204
type = "git";
205
url = "https://github.com/markbates/inflect";
206
+
rev = "80fa1ea41b0dc859816314ab0b85f07a6bc57923";
207
+
sha256 = "0fmpfcz8g0qsb6h94yqpcms2bdb68qac706b54x0k1crfzl1d1mj";
208
};
209
}
210
{
···
226
};
227
}
228
{
229
+
goPackagePath = "github.com/mitchellh/go-homedir";
230
+
fetch = {
231
+
type = "git";
232
+
url = "https://github.com/mitchellh/go-homedir";
233
+
rev = "b8bc1bf767474819792c23f32d8286a45736f1c6";
234
+
sha256 = "13ry4lylalkh4g2vny9cxwvryslzyzwp9r92z0b10idhdq3wad1q";
235
+
};
236
+
}
237
+
{
238
goPackagePath = "github.com/mitchellh/mapstructure";
239
fetch = {
240
type = "git";
241
url = "https://github.com/mitchellh/mapstructure";
242
+
rev = "00c29f56e2386353d58c599509e8dc3801b0d716";
243
+
sha256 = "1vw8fvhax0d567amgvxr7glcl12lvzg2sbzs007q5k5bbwn1szyb";
244
+
};
245
+
}
246
+
{
247
+
goPackagePath = "github.com/muesli/smartcrop";
248
+
fetch = {
249
+
type = "git";
250
+
url = "https://github.com/muesli/smartcrop";
251
+
rev = "c2a0373a193bac1daf8b6691e2ece069c5d7ac7f";
252
+
sha256 = "1jv68g9wddm2a1kf838anjnr4w17k7sqzz01h4z2lfashw3nanar";
253
};
254
}
255
{
···
257
fetch = {
258
type = "git";
259
url = "https://github.com/nicksnyder/go-i18n";
260
+
rev = "ec04da47793482067e2e376d810e1622277368e4";
261
+
sha256 = "1c7ip5jidvssr8d4dbx9nchf99m13wblgaz630f7wm73y99dc3lr";
262
};
263
}
264
{
···
266
fetch = {
267
type = "git";
268
url = "https://github.com/olekukonko/tablewriter";
269
+
rev = "b8a9be070da40449e501c3c4730a889e42d87a9e";
270
+
sha256 = "1z9frlk9avqhzjv6zz2rg7mvdhzcr9acdgagblijwwkx01f02hw7";
271
};
272
}
273
{
···
275
fetch = {
276
type = "git";
277
url = "https://github.com/pelletier/go-toml";
278
+
rev = "acdc4509485b587f5e675510c4f2c63e90ff68a8";
279
+
sha256 = "1y5m9pngxhsfzcnxh8ma5nsllx74wn0jr47p2n6i3inrjqxr12xh";
280
};
281
}
282
{
···
284
fetch = {
285
type = "git";
286
url = "https://github.com/russross/blackfriday";
287
+
rev = "55d61fa8aa702f59229e6cff85793c22e580eaf5";
288
+
sha256 = "0qmavm5d14kj6im6sqzpqnlhpy524428vkn4hnfwknndr9rycmn0";
289
};
290
}
291
{
···
302
fetch = {
303
type = "git";
304
url = "https://github.com/spf13/afero";
305
+
rev = "bbf41cb36dffe15dff5bf7e18c447801e7ffe163";
306
+
sha256 = "19jgsm6y1yp99h0fr77rhamdsn34r8545if7y9q377l3phrz2s0l";
307
};
308
}
309
{
···
311
fetch = {
312
type = "git";
313
url = "https://github.com/spf13/cast";
314
+
rev = "8965335b8c7107321228e3e3702cab9832751bac";
315
+
sha256 = "177bk7lq40jbgv9p9r80aydpaccfk8ja3a7jjhfwiwk9r1pa4rr2";
316
};
317
}
318
{
···
320
fetch = {
321
type = "git";
322
url = "https://github.com/spf13/cobra";
323
+
rev = "be77323fc05148ef091e83b3866c0d47c8e74a8b";
324
+
sha256 = "0kl0psbdg8cyznwvq13sva6r4ggmhwzfxdjmkl2vqhy83xq3a6yn";
325
};
326
}
327
{
···
338
fetch = {
339
type = "git";
340
url = "https://github.com/spf13/jwalterweatherman";
341
+
rev = "7c0cea34c8ece3fbeb2b27ab9b59511d360fb394";
342
+
sha256 = "132p84i20b9s5r6fs597lsa6648vd415ch7c0d018vm8smzqpd0h";
343
};
344
}
345
{
···
356
fetch = {
357
type = "git";
358
url = "https://github.com/spf13/pflag";
359
+
rev = "ee5fd03fd6acfd43e44aea0b4135958546ed8e73";
360
+
sha256 = "1fgb1ph3vrqcpdvypp3c1fwj15r587l9yvv5wqcq08shln5rbsnk";
361
};
362
}
363
{
···
392
fetch = {
393
type = "git";
394
url = "https://go.googlesource.com/net";
395
+
rev = "cbe0f9307d0156177f9dd5dc85da1a31abc5f2fb";
396
+
sha256 = "1hmpqkxh97ayyy0xcdvf1bwirwja4wyin3sh0fzjlh93aqmqgylf";
397
};
398
}
399
{
···
410
fetch = {
411
type = "git";
412
url = "https://go.googlesource.com/sys";
413
+
rev = "37707fdb30a5b38865cfb95e5aab41707daec7fd";
414
+
sha256 = "1abrr2507a737hdqv4q7pw7hv6ls9pdiq9crhdi52r3gcz6hvizg";
415
};
416
}
417
{
···
419
fetch = {
420
type = "git";
421
url = "https://go.googlesource.com/text";
422
+
rev = "9e2b64d659da1afe07ce1c9c1dfefc09d188f21e";
423
+
sha256 = "00ichxdybvs76gj805j828qxg7x4h4v64pq1s56ydaw07ja6lmry";
424
};
425
}
426
{
···
428
fetch = {
429
type = "git";
430
url = "https://gopkg.in/yaml.v2";
431
+
rev = "d670f9405373e636a5a2765eea47fac0c9bc91a4";
432
+
sha256 = "1w1xid51n8v1mydn2m3vgggw8qgpd5a5sr62snsc77d99fpjsrs0";
433
};
434
}
435
]