Thomas Gerbet
796121dc9b
tt-rss: unstable-2022-10-15 -> unstable-2023-04-13, module use PHP 8.1
...
Upstream Docker images also uses PHP 8.1.
Diff:
https://git.tt-rss.org/fox/tt-rss.git/diff/?id=0578bf802571781a0a7e3debbbec66437a7d28b4&id2=602e8684258062937d7f554ab7889e8e02318c96
2023-04-27 11:46:38 +02:00
Jörg Thalheim
1438ed30c1
tt-rss: 2022-08-01 -> 2022-10-15
2022-10-31 07:52:01 +01:00
Smaug123
73a4e61349
tt-rss: 2021-06-21 -> 2022-08-01
...
Pull in a year of upstream changes.
This update will involve two database migrations when logging in to the
resulting service.
2022-10-31 07:50:31 +01: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
Greizgh
ff2006837c
tt-rss: 2019-01-29 -> 2021-01-29
2021-01-30 11:35:05 +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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01: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
Nadrieril
b0c696be3a
tt-rss: 2018-04-05 -> 2019-01-29
2019-01-29 20:50:11 +01: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