Commit graph

78 commits

Author SHA1 Message Date
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
Sergey Lukjanov bb4bb607d4 hugo: 0.69.0 -> 0.69.2 2020-04-27 16:13:50 -07:00
R. RyanTM f4161cc59d hugo: 0.68.3 -> 0.69.0 2020-04-11 21:43:30 +00:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Sergey Lukjanov 06ebdb4288 hugo: 0.68.1 -> 0.68.3 2020-03-26 11:18:20 -07:00
Maximilian Bosch 0dbf73c022
hugo: 0.68.0 -> 0.68.1
https://github.com/gohugoio/hugo/releases/tag/v0.68.1
2020-03-22 23:11:46 +01:00
Mario Rodas 4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Sergey Lukjanov b5f779b137 hugo: 0.67.1 -> 0.68.0 2020-03-21 11:42:10 -07:00
Mario Rodas 069aff87e7 hugo: fix build on darwin 2020-03-21 05:12:00 -05:00
Sergey Lukjanov 98ccb8b194 hugo: 0.67.0 -> 0.67.1 2020-03-15 17:22:31 -07:00
Sergey Lukjanov d6c5ce7cf8 hugo: 0.66.0 -> 0.67.0 2020-03-10 08:33:06 -07:00
Sergey Lukjanov 7a749709c8 hugo: 0.65.3 -> 0.66.0 2020-03-03 13:00:56 -08:00
Sergey Lukjanov 4928d8ca89
hugo: 0.65.1 -> 0.65.3 (#80965) 2020-02-24 11:26:01 -10:00
Sergey Lukjanov 7dd1b77ee2 hugo: 0.64.1 -> 0.65.1 2020-02-20 07:29:56 -08:00
R. RyanTM 5dc70e89c4 hugo: 0.64.0 -> 0.64.1 2020-02-11 09:10:51 +00:00
Sergey Lukjanov 8447c84d48 hugo: 0.63.2 -> 0.64.0 2020-02-04 01:49:01 -08:00
Sergey Lukjanov f4196913e9 hugo: 0.62.2 -> 0.63.2 2020-01-27 23:37:18 -08:00
Oleksii Filonenko 2580c72b9e
hugo: 0.62.0 -> 0.62.2 2020-01-06 11:32:46 +02:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
kolaente d4c6ab158a
hugo 0.61.0 -> 0.62.0 2019-12-25 16:30:08 +01:00
Oleksii Filonenko cff22243ee
hugo: 0.60.1 -> 0.61.0
https://github.com/gohugoio/hugo/releases/tag/v0.61.0
2019-12-11 12:49:06 +02:00
Oleksii Filonenko 9166b2b206
hugo: add filalex77 to maintainers 2019-12-03 20:16:30 +02:00
Oleksii Filonenko 1c9adaf771
hugo: 0.60.0 -> 0.60.1 2019-12-03 20:16:13 +02:00
Nikolay Korotkiy 537794d415
hugo: 0.58.3 -> 0.60.0 2019-11-27 14:59:52 +03:00
Nikolay Korotkiy 7cb387908c
hugo: 0.58.0 -> 0.58.3 2019-09-29 14:29:37 +03:00
scaroo 76daad86a7 hugo: 0.57.2 -> 0.58.0
Release notes: https://gohugo.io/news/0.58.0-relnotes/
2019-09-06 21:52:35 +02:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
Vincenzo Mantova e3a6b8f31f hugo: 0.55.4 -> 0.57.2 (#67462) 2019-08-25 18:15:18 -06:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Dan Callahan 4c5aff0691 hugo: 0.55.3 -> 0.55.4 (#60205) 2019-04-26 11:32:53 -07:00
Dan Callahan 83752522e4
hugo: 0.55.2 -> 0.55.3 2019-04-23 11:12:38 +01:00
Sondre Nilsen fe5b4d776d
hugo: 0.55.0 -> 0.55.2 2019-04-19 17:42:36 +02:00
Sondre Nilsen b7533ce281 hugo: 0.54 -> 0.55 (#59311) 2019-04-11 18:52:03 -07:00
Wael Nasreddine 52dae14f0c
buildGoModule: use go_1_12 instead of go_1_11 (#58103) 2019-03-21 20:40:07 -07:00
Wael M. Nasreddine 3c7f228e49
hugo: use buildGoModule instead of buildGoPackage 2019-03-14 10:31:13 -07:00
Sondre Nilsen e097461880
hugo: 0.50 -> 0.54.0 2019-02-16 22:07:27 +01:00
Daniël de Kok f9a8abe86b hugo: 0.49.2 -> 0.50 (#49525)
Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.50
2018-10-31 18:49:32 +01:00
Daniël de Kok f90d4de02f hugo: 0.47.1 -> 0.49.2
Changelog: https://github.com/gohugoio/hugo/releases

Adresses #49125
2018-10-29 11:48:03 +01:00
Shreyansh Khajanchi d4f88f1d0c hugo: apply upstream patch to call rst2html directly on Nix
Initially, rst2html was called via the python interpreter which would
fail if the script was wrapped in a launcher as on NixOS.
2018-10-12 17:39:58 +05:30
Johannes Frankenau 78c8520c86 hugo: 0.47 -> 0.47.1 (#45419) 2018-08-21 11:57:35 +02:00
Johannes Frankenau 88dc9002dd hugo: 0.46 -> 0.47 2018-08-17 17:25:34 +02:00
Johannes Frankenau 81e65071bb hugo: 0.42.1 -> 0.46 (#44363) 2018-08-02 20:49:19 +02:00