Commit graph

121 commits

Author SHA1 Message Date
JesusMtnez 0d2803dd4e
hugo: 0.96.0 -> 0.98.0 2022-04-29 06:32:09 +02:00
D Anzorge 8603836e47 hugo: 0.92.2 -> 0.96.0
https://github.com/gohugoio/hugo/releases/tag/v0.96.0

As of 0.95.0 Hugo requires Go 1.18 to build.

`gen autocomplete` is now deprecated in favor of `completion`:
https://github.com/gohugoio/hugo/issues/8862
2022-04-10 22:37:13 +02:00
R. Ryantm 2186c8c583 hugo: 0.92.1 -> 0.92.2 2022-02-12 10:27:15 +00:00
JesusMtnez 04e546b931
hugo: 0.92.0 -> 0.92.1 2022-02-02 08:29:22 +01:00
zowoq aa3cbc6feb hugo: update vendorSha256 2022-02-01 15:42:33 +10:00
Sergey Lukjanov be5fbe4c1b hugo: 0.91.2 -> 0.92.0
https://github.com/gohugoio/hugo/releases/tag/v0.92.0
2022-01-12 09:16:46 -08:00
zowoq 8c9182c1c5 hugo: switch to proxyVendor 2022-01-06 14:00:58 +10:00
R. Ryantm 4fc926f61c hugo: 0.91.1 -> 0.91.2 2021-12-31 11:32:10 -08:00
Sergey Lukjanov 4fe31ab170 hugo: 0.90.0 -> 0.91.1
release notes:
- https://github.com/gohugoio/hugo/releases/tag/v0.90.1
- https://github.com/gohugoio/hugo/releases/tag/v0.91.0
- https://github.com/gohugoio/hugo/releases/tag/v0.91.1
2021-12-22 18:21:19 -08:00
JesusMtnez 37bc7a88ed
hugo: 0.89.4 -> 0.90.0 2021-12-09 09:02:41 +01:00
JesusMtnez 37ab077789
hugo: 0.88.1 -> 0.89.4 2021-11-30 05:33:29 +01:00
R. RyanTM 17d1c04128 hugo: 0.88.0 -> 0.88.1 2021-09-14 11:13:37 +00:00
Ilan Joselevich cd2ee8bc2a hugo: 0.87.0 -> 0.88.0 2021-09-03 00:41:49 +03:00
R. RyanTM d258316fba hugo: 0.86.1 -> 0.87.0 2021-08-06 11:58:33 +09:00
zowoq 51a90d6036 hugo: buildFlags -> tags 2021-08-06 11:29:32 +10:00
R. RyanTM 75524662af hugo: 0.86.0 -> 0.86.1 2021-07-31 13:53:12 +00:00
R. RyanTM 48617f15e1 hugo: 0.85.0 -> 0.86.0 2021-07-23 09:26:26 +00:00
R. RyanTM fc956a6d2c hugo: 0.84.4 -> 0.85.0 2021-07-06 15:22:45 +00:00
R. RyanTM 93a665e66d hugo: 0.84.3 -> 0.84.4 2021-07-03 14:58:48 +00:00
R. RyanTM f9b78ee700 hugo: 0.84.2 -> 0.84.3 2021-06-30 04:34:29 +00:00
R. RyanTM 0432fe1034 hugo: 0.84.1 -> 0.84.2 2021-06-28 23:15:54 +00:00
R. RyanTM c20a180937 hugo: 0.84.0 -> 0.84.1 2021-06-25 12:40:38 +00:00
R. RyanTM 6a5010cfb8 hugo: 0.83.1 -> 0.84.0 2021-06-19 08:44:07 +00:00
R. RyanTM df23c96828 hugo: 0.82.1 -> 0.83.1 2021-05-03 04:22:20 +00:00
R. RyanTM 02e5286a66 hugo: 0.82.0 -> 0.82.1 2021-04-22 11:25:39 +00:00
Vincenzo Mantova 414d17a17b hugo: add man pages and shell completions 2021-03-28 11:13:36 +01:00
R. RyanTM d4a4a8fbd8 hugo: 0.81.0 -> 0.82.0 2021-03-22 09:30:32 +00:00
R. RyanTM f80482241b hugo: 0.80.0 -> 0.81.0 2021-02-20 22:46:41 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Mario Rodas 1e0fd34881 hugo: 0.79.0 -> 0.80.0
https://github.com/gohugoio/hugo/releases/tag/v0.80.0
2021-01-08 04:20:00 +00:00
R. RyanTM d80db72bab hugo: 0.78.2 -> 0.79.0 2020-11-30 22:23:14 +00:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM 72c798ddcb hugo: 0.78.1 -> 0.78.2 2020-11-15 06:56:28 +00:00
R. RyanTM 6fe3b7c9df hugo: 0.78.0 -> 0.78.1 2020-11-11 09:41:21 +00:00
Sergey Lukjanov 30804e21c7 hugo: 0.77.0 -> 0.78.0 2020-11-03 12:09:22 -08:00
Sergey Lukjanov 5c4342674b hugo: 0.76.5 -> 0.77.0 2020-10-30 21:20:52 -07:00
Mario Rodas 6572e341fb
Merge pull request #100971 from r-ryantm/auto-update/hugo
hugo: 0.75.1 -> 0.76.5
2020-10-18 08:53:20 -05:00
R. RyanTM a8d6b961d8 hugo: 0.75.1 -> 0.76.5 2020-10-18 12:52:08 +00:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
R. RyanTM 3765ae7ad5 hugo: 0.74.3 -> 0.75.1 2020-09-25 09:39:22 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Colin L Rice 68248a9d13 hugo: use vend to simplify package 2020-07-29 19:07:59 -04:00
zowoq 283c8d40fa hugo: 0.73.0 -> 0.74.3 2020-07-28 13:33:32 +10:00
Sergey Lukjanov dcd48593e8 hugo: 0.72.0 -> 0.73.0 2020-06-25 06:03:40 -07:00
Sergey Lukjanov b24a082b5d hugo: 0.71.1 -> 0.72.0 2020-05-31 08:33:22 -07:00
Sergey Lukjanov 95724ecee7 hugo: 0.71.0 -> 0.71.1 2020-05-26 12:25:58 -07:00
Sergey Lukjanov 4b377b2d82 hugo: 0.70.0 -> 0.71.0 2020-05-18 16:37:40 -07:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Oleksii Filonenko 3b6e220303 hugo: 0.69.2 -> 0.70.0 2020-05-06 13:45:29 +00:00