Commit graph

22 commits

Author SHA1 Message Date
Johannes Schleifenbaum d80a75fbd3
miniflux: 2.0.29 -> 2.0.31 2021-06-08 09:37:17 +02:00
R. RyanTM fe0cd41c4d miniflux: 2.0.28 -> 2.0.29 2021-03-22 12:09:56 +00:00
R. RyanTM 9b9f3ef396 miniflux: 2.0.27 -> 2.0.28 2021-02-18 11:41:40 +00:00
Alex McGrath 3c28a0cd5a miniflux: 2.0.23 -> 2.0.27 2021-01-31 13:15:11 +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
Elis Hirwing 9f74a46951
miniflux: 2.0.21 -> 2.0.23
Changelog: https://github.com/miniflux/miniflux/releases/tag/2.0.22
Changelog: https://github.com/miniflux/miniflux/releases/tag/2.0.23
2020-09-19 18:21:22 +02:00
Mario Rodas fed98249ba
miniflux: install manpage 2020-05-25 18:00:00 -05:00
Martin Weinelt 78e5bcf9ae miniflux: 2.0.19 -> 2.0.21 2020-05-25 22:55:57 +02:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Sondre Nilsen 3de284e302
miniflux: 2.0.18 -> 2.0.19 2019-12-19 17:43:16 +01:00
Sondre Nilsen d6a4d30dc5
miniflux: 2.0.17 -> 2.0.18 2019-10-08 19:43:58 +02:00
Mario Rodas 29a9c4fe91 miniflux: use buildGoPackage 2019-09-21 04:28:00 -05:00
R. RyanTM b7eb5b159e miniflux: 2.0.16 -> 2.0.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/miniflux/versions
2019-08-19 16:08:21 -07:00
Will Dietz bd736e6aa7 miniflux: 2.0.15 -> 2.0.16 (#62918) 2019-06-10 13:43:58 -07:00
Wael Nasreddine 52dae14f0c
buildGoModule: use go_1_12 instead of go_1_11 (#58103) 2019-03-21 20:40:07 -07:00
Vladyslav M 078687526e miniflux: 2.0.14 -> 2.0.15 using buildGoModule (#57813) 2019-03-17 12:21:17 -07:00
Roman Volosatovs 1b3affcbaa miniflux: 2.0.13 -> 2.0.14 2019-01-23 01:52:12 +02:00
worldofpeace ee97905791 miniflux: correct description 2018-12-19 19:32:48 -05:00
Jeremy Apthorp 3b17e17b51 miniflux: 2.0.12 -> 2.0.13
Adds support for unix socket listening, amongst other things :)
2018-12-19 19:32:48 -05:00
Ben Pye 9a03df974c
miniflux: init at 2.0.12 2018-10-29 13:32:55 +02:00