Commit graph

30 commits

Author SHA1 Message Date
Jörg Thalheim 88a326a926 tt-rss-plugin-auth-ldap: fix compat with latest tt-rss 2021-08-01 18:21:23 +02:00
Milo Gertjejansen 70338c53c9 Added release notes and broke date apart 2021-07-25 15:40:33 -04:00
Milo Gertjejansen 97cb387fb9 tt-rss: 2021-01-29 -> 2021-06-23 and modules/tt-rss: updated config.php creation
The version of tt-rss in nixpkgs was pre-php 8. This updates tt-rss to the most recent version, which uses php 8.

The updates to the module are required changes, per https://community.tt-rss.org/t/rip-config-php-hello-classes-config-php/4337.
2021-07-06 18:46:21 -04:00
Guillaume Girol a421a74be3 tt-rss-plugin-tumblr-gdpr: remove 2021-06-12 21:49:14 +02:00
Greizgh ff2006837c tt-rss: 2019-01-29 -> 2021-01-29 2021-01-30 11:35:05 +01: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
Janne Heß 5ac88239e0
tt-rss-theme-feedly: 2.3.1 -> 2.5.0 2020-08-21 22:11:36 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 842cca3d2f tt-rss-theme-feedly: 2.0.0 -> 2.3.1 2020-01-17 11:54:21 +00:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00: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
Janne Heß 531171e1c9 tt-rss-theme-feedly: Package additional themes 2019-03-14 19:01:32 +01:00
Ryan Mulligan 1849a783ca
Merge pull request #53766 from dasJ/tt-rss-instagram
tt-rss-plugin-ff-instagram: Init at git-2019-01-10
2019-02-17 21:19:15 -08:00
worldofpeace 1ccc8e9cc2
Merge pull request #55525 from dasJ/tt-rss-ldap-license
tt-rss-plugin-auth-ldap: Use the correct license
2019-02-17 15:32:53 +00:00
Ryan Mulligan 964d3007ab
Merge pull request #55934 from dasJ/tt-rss-gdpr-fix
tt-rss-plugin-tumblr-gdpr: 1.2 -> 2.1
2019-02-17 06:16:39 -08:00
Janne Heß b1cfee198e tt-rss-theme-feedly: 1.4.0 -> 2.0.0
The old version doesn't work anymore since #54896 was merged.
2019-02-17 14:45:37 +01:00
Janne Heß e79b7dbcf3 tt-rss-plugin-tumblr-gdpr: 1.2 -> 2.1
The old version doesn't work anymore since #54896 was merged.
2019-02-17 11:12:20 +01:00
Janne Heß 37469c3038 tt-rss-plugin-auth-ldap: Use the correct license
The repo now has a license file which contains the Apache 2 license.
2019-02-10 17:22:16 +01:00
Jörg Thalheim a8244c680a
tt-rss-plugin-auth-ldap: init at 2.0.0 2019-02-08 07:08:11 +00:00
Nadrieril b0c696be3a tt-rss: 2018-04-05 -> 2019-01-29 2019-01-29 20:50:11 +01:00
Janne Heß 36d65c59fe tt-rss-plugin-ff-instagram: Init at git-2019-01-10 2019-01-10 17:56:47 +01:00
Janne Heß 022b81f3f8 tt-rss-theme-feedly: Init at 1.4.0 (#44634) 2018-08-07 23:33:15 +02:00
Janne Heß f9980af8ac tt-rss-plugin-tumblr-gdpr: Init at 1.2 (#44620) 2018-08-07 21:36:15 +02:00
Ryan Mulligan fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Nadrieril fd79c26994 tt-rss: 2018-01-05 -> 2018-04-05 2018-04-05 16:35:03 +01:00
Robin Gloster 944376bc32 tt-rss: 17.4 -> 2018-01-05
tt-rss switched to a rolling release model
2018-01-05 14:47:54 +01:00
Maximilian Bosch 161e80e3fd
treewide: get rid of invalid buildPhases argument
I don't know where this comes from (I accidentally did that as well
once), but some derivations seem to use `buildPhases` rather than
`phases` in their derivations.

This kills all improper usages as the lack of a `phases` argument
didn't break the build, so this can be safely removed.
2017-11-08 21:38:06 +01:00
Nadrieril c226ee619a tt-rss: 16.3 -> 17.4 2017-07-17 02:20:16 +02:00
Al Zohali 98e419c0e2 tt-rss service: init at 16.3 2016-07-21 20:46:35 +03:00