Commit Graph

73 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Gaetan Lepage
c92f9f41f5 invidious: add _999eagle, pbsds and GaetanLepage as maintainers 2024-05-02 14:51:11 +02:00
Sophie Tauchert
69d88e341d invidious: make versions overridable 2024-05-02 14:51:11 +02:00
Sophie Tauchert
9e0ab0983a invidious: determine version string components in update script 2024-05-02 14:51:11 +02:00
Sophie Tauchert
73584c2510 invidious: switch update script to use tagged releases 2024-05-02 00:11:28 +02:00
Gaetan Lepage
867a336e0c invidious: 0.20.1-unstable-2024-04-10 -> 2.20240427
Changelog: https://github.com/iv-org/invidious/releases/tag/v2.20240427
2024-05-02 00:11:28 +02:00
Gaetan Lepage
b0bfbeb4e0 invidious: 0.20.1-unstable-2024-03-31 -> 0.20.1-unstable-2024-04-10 2024-04-23 11:32:22 +02:00
Silvan Mosberger
ea5dfeab93 treewide: Drop infinisil as maintainer from most packages
I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)
2024-04-09 21:43:39 +02:00
Gaetan Lepage
e79cebc3bf invidious: 0.20.1-unstable-2024-03-08 -> 0.20.1-unstable-2024-03-31 2024-04-01 10:14:31 +02:00
Gaetan Lepage
7cf3321f2f invidious: 0.20.1-unstable-2024-02-18 -> 0.20.1-unstable-2024-03-08 2024-03-27 14:16:40 +01:00
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Sophie Tauchert
b04abddbaa
invidious: use sri hashes in versions.json 2024-02-19 13:24:48 +01:00
Sophie Tauchert
be6d1e5766
invidious: unstable-2024-01-29 -> 0.20.1-unstable-2024-02-18, update update script 2024-02-19 12:51:16 +01:00
Sophie Tauchert
531abe350c
invidious: remove dependency on lsquic entirely
lsquic hasn't been used in upstream since https://github.com/iv-org/invidious/pull/4008
2024-02-19 11:56:48 +01:00
Sophie Tauchert
b9fd3082e7
invidious: unstable-2023-12-06 -> unstable-2024-01-29 2024-02-02 09:10:34 +01:00
Gaetan Lepage
1b5b2ebfb7 invidious: unstable-2023-11-21 -> unstable-2023-12-06 2023-12-07 17:31:01 +01:00
Gaetan Lepage
c40aa4e0c4 invidious: unstable-2023-11-08 -> unstable-2023-11-21 2023-11-23 23:47:42 +01:00
Gaetan Lepage
abb4058d27 invidious: unstable-2023-10-20 -> unstable-2023-11-08 2023-11-09 08:32:58 +01:00
Weijia Wang
763fc7d82c
Merge pull request #262660 from reckenrode/invidious-fix
invidious: fix build with clang 16
2023-10-24 04:42:22 +02:00
Randy Eckenrode
523d3f143c
invidious: fix build with GCC 2023-10-22 21:13:16 -04:00
Randy Eckenrode
fa21ebc825
invidious: fix build with clang 16
Suppress warnings that cause build failures with newer clang versions.
2023-10-21 22:41:25 -04:00
Gaetan Lepage
7c293c4051 invidious: unstable-2023-10-07 -> unstable-2023-10-20 2023-10-21 19:31:10 +02:00
Gaetan Lepage
32e196fa69 invidious: unstable-2023-09-18 -> unstable-2023-10-07 2023-10-08 11:58:11 +02:00
Gaetan Lepage
9d98f3bbaa invidious: unstable-2023-08-25 -> unstable-2023-09-18 2023-09-21 08:19:24 +02:00
Gaetan Lepage
8823a5ba0d invidious: unstable-2023-08-07 -> unstable-2023-08-25 2023-08-26 21:03:26 +02:00
Sophie Tauchert
3984fbf02b
invidious: fix update script 2023-08-10 16:11:37 +02:00
Sophie Tauchert
983cc8fa11
invidious: unstable-2023-06-06 -> unstable-2023-08-07 2023-08-10 16:11:37 +02:00
Silvan Mosberger
0d1494643a
Revert "invidious: unstable-2023-06-06 -> unstable-2023-07-05" 2023-08-09 21:56:42 +02:00
Gaetan Lepage
819c7120d1 invidious: unstable-2023-06-06 -> unstable-2023-07-05 2023-07-12 15:57:02 +02:00
Nick Cao
bfe929733f
Merge pull request #237006 from ehmry/invidious
invidious: fetch self-hosted sources
2023-06-10 20:30:33 -06:00
Emery Hemingway
4b21a20d82 invidious: fetch self-hosted sources
Switch to self-hosted Gitea instance to counter lawfare attacks.
https://github.com/iv-org/invidious/issues/3872
2023-06-10 10:41:42 +01:00
Sophie Tauchert
0757162b3a
invidious: unstable-2023-05-25 -> unstable-2023-06-06 2023-06-07 17:59:17 +02:00
Gaetan Lepage
516cacda21 invidious: unstable-2023-05-08 -> 2023-05-25 2023-05-28 23:09:21 +02:00
Gaetan Lepage
829b55cf89 invidious: unstable-2023-04-30 -> unstable-2023-05-08 2023-05-09 08:47:24 +02:00
Sandro Jäckel
00000001b4
treewide: switch builtins.fromJSON(builtins.readFile ./file.json) to lib.importJSON ./file.json #2 2023-05-06 16:20:13 +02:00
Gaetan Lepage
aad22fc6ce invidious: unstable-2023-04-10 -> unstable-2023-04-30 2023-05-02 18:58:06 +02:00
Gaetan Lepage
61b7a08ce4 invidious: unstable-2023-03-31 -> unstable-2023-04-10 2023-04-12 12:14:08 +02:00
Gaetan Lepage
ce7c7b3312 invidious: unstable-2023-03-15 -> unstable-2023-03-31 2023-04-01 19:29:31 +02:00
Gaetan Lepage
e87b2f38d0 invidious: unstable-2023-03-07 -> unstable-2023-03-15 2023-03-16 09:22:35 +01:00
Gaetan Lepage
711dbcd43b invidious: unstable-2023-02-22 -> unstable-2023-03-07 2023-03-10 14:20:03 +01:00
Gaetan Lepage
ca6c93187d invidious: unstable-2023-02-13 -> unstable-2023-02-22 2023-02-28 09:06:45 +01:00
Gaetan Lepage
fe89d894ed invidious: unstable-2023-02-02 -> unstable-2023-02-13 2023-02-16 07:53:47 +01:00
Gaetan Lepage
86704e9318 invidious: unstable-2023-01-26 -> unstable-2023-02-02 2023-02-06 10:11:21 +01:00
Gaetan Lepage
656c876003 invidious: unstable-2023-01-22 -> unstable-2023-01-26 2023-01-30 11:31:29 +01:00
Gaetan Lepage
d6be2359f2 invidious: unstable-2023-01-10 -> unstable-2023-01-22 2023-01-23 08:55:10 +01:00
Ian Kerins
1ee7fa3882 invidious: unstable-2023-01-08 -> unstable-2023-01-10
At long last, this restores pagination to the channel view.
2023-01-11 10:54:08 -05:00
Gaetan Lepage
81e0a35156 invidious: unstable-2022-11-22 -> unstable-2023-01-08 2023-01-09 08:39:49 +01:00
Sandro
650469a6cf
Merge pull request #204714 from wegank/invidious-darwin
invidious: fix build on aarch64-darwin
2022-12-16 10:28:41 +01:00
Artturin
05a2dfd674 lib.replaceChars: warn about being a deprecated alias
replaceStrings has been in nix since 2015(nix 1.10)

so it is safe to remove the fallback

d6d5885c15
2022-12-15 22:25:51 +02:00