Commit Graph

226 Commits

Author SHA1 Message Date
R. Ryantm
76a28161a7 virtiofsd: 1.11.1 -> 1.12.0 2024-10-17 08:41:15 +02:00
K900
0846895fc6 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-07 21:08:55 +03:00
R. Ryantm
fe520fa414 oven-media-engine: 0.16.8 -> 0.17.1 2024-10-07 14:45:53 +00:00
github-actions[bot]
579054c806
Merge master into staging-next 2024-10-04 00:14:14 +00:00
R. Ryantm
a2d6916211 gobgpd: 3.29.0 -> 3.30.0 2024-10-03 05:30:08 +00:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Emily
61922738bb treewide: optimistically unpin FFmpeg 7 dependencies
Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.

I have left HandBrake pinned as it builds a custom patched FFmpeg.
2024-09-07 20:31:41 +01:00
Emily
e55ca53776 oven-media-engine: add Arch patch for FFmpeg 7
Arch have been shipping this patch to users for a month, and
the package maintainer states that it has been confirmed to work,
including FFmpeg‐based transcoding functionality.
2024-08-20 23:05:46 +01:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
R. Ryantm
e263600b33 gobgpd: 3.28.0 -> 3.29.0 2024-08-02 14:24:50 +00:00
R. Ryantm
4ad90b93c9 oven-media-engine: 0.16.6 -> 0.16.8 2024-07-28 05:55:39 +00:00
Alyssa Ross
14b378d7b0 virtiofsd: 1.11.0 -> 1.11.1 2024-07-20 10:09:02 +02:00
aleksana
1a89942243 treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
R. Ryantm
1a68c58ee3 oven-media-engine: 0.16.5 -> 0.16.6 2024-07-05 14:31:33 +00:00
R. Ryantm
60fccb5ffa gobgpd: 3.27.0 -> 3.28.0 2024-07-01 14:16:12 +00:00
Franz Pletz
7691e9fc05
Merge pull request #318442 from r-ryantm/auto-update/virtiofsd 2024-06-30 19:39:11 +02:00
Yureka
18214ff3c9
irrd: 4.4.2 -> 4.4.4; fix build (#319522) 2024-06-13 17:27:40 +02:00
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
R. Ryantm
a10d39c9e1 virtiofsd: 1.10.1 -> 1.11.0 2024-06-09 05:49:29 +00:00
Weijia Wang
707fabcffe
Merge pull request #317062 from r-ryantm/auto-update/gobgpd
gobgpd: 3.26.0 -> 3.27.0
2024-06-04 21:40:10 +02:00
Sigmanificient
d48a9bb622 treewide: remove unused fetchpatch arguments 2024-06-04 12:40:25 +02:00
R. Ryantm
636ef59416 gobgpd: 3.26.0 -> 3.27.0 2024-06-04 02:42:30 +00:00
nu-nu-ko
aac46ef627
navidrome: move to by-name 2024-05-10 21:16:30 +12:00
Nick Cao
2c99c8d6a1
Merge pull request #308148 from r-ryantm/auto-update/gobgpd
gobgpd: 3.25.0 -> 3.26.0
2024-05-01 09:42:30 -04:00
R. Ryantm
195ea8909a gobgpd: 3.25.0 -> 3.26.0 2024-05-01 02:23:52 +00:00
squalus
6f48f53f7f navidrome: 0.51.1 -> 0.52.0
Release notes: https://github.com/navidrome/navidrome/releases/tag/v0.52.0
2024-04-27 22:22:54 -07:00
Weijia Wang
53f1f5e04b irrd: mark as broken 2024-04-20 17:53:53 +02:00
R. Ryantm
4001508cb8 gobgpd: 3.24.0 -> 3.25.0 2024-04-04 01:50:20 +00:00
traxys
be531feabf oven-media-engine: 0.15.14 -> 0.16.5 2024-03-28 19:31:52 +01:00
R. Ryantm
16ad83e31f shell2http: 1.16.0 -> 1.17.0 2024-03-24 00:19:42 +00: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
Francesco Gazzetta
6ffb3618ea
Merge pull request #289980 from fgaz/treewide/fgaz-finalAttrs
treewide: use finalAttrs in packages maintained by @fgaz
2024-03-05 11:05:28 +01:00
Francesco Gazzetta
3db2da0e84 qremotecontrol-server: remove unused rec 2024-03-05 09:50:18 +01:00
R. Ryantm
6b100dcc5d gobgpd: 3.23.0 -> 3.24.0 2024-03-02 20:24:30 +00:00
R. Ryantm
2f096643ee navidrome: 0.51.0 -> 0.51.1 2024-02-17 03:45:49 +00:00
R. Ryantm
78d321be83 gobgpd: 3.22.0 -> 3.23.0 2024-02-01 06:14:22 +00:00
squalus
e2e6e4ea47 navidrome: 0.50.2 -> 0.51.0
Release notes: https://github.com/navidrome/navidrome/releases/tag/v0.51.0
2024-01-27 15:42:59 -08:00
R. Ryantm
de9d0ca71a virtiofsd: 1.10.0 -> 1.10.1 2024-01-26 17:40:48 +01:00
R. Ryantm
acbb7f3b24 virtiofsd: 1.9.0 -> 1.10.0 2024-01-20 06:59:50 +00:00
Alois Wohlschlager
62c8b51c27 virtiofsd: include vhost-user configuration file 2024-01-13 00:39:33 +01:00
R. Ryantm
a4d4ed7b6a gobgpd: 3.21.0 -> 3.22.0 2024-01-04 05:44:00 +00:00
R. Ryantm
797091de35 starcharts: 1.8.0 -> 1.9.1 2024-01-02 20:04:28 +00:00
Astro
d4c22f71f2 virtiofsd: 1.8.0 -> 1.9.0 2023-12-20 23:47:22 +01:00
Martin Weinelt
7ed419e80f
Merge pull request #261215 from erdnaxe/navidrome-fix
navidrome: fix cross-compilation
2023-12-17 17:14:25 +01:00
R. Ryantm
3386144e61 navidrome: 0.50.1 -> 0.50.2 2023-12-17 05:52:10 +00:00
R. Ryantm
2a3e25b871 gobgpd: 3.20.0 -> 3.21.0 2023-12-15 12:46:30 +00:00
Yureka
77417f2c76 irrd: 4.3.0.post1 -> 4.4.2 2023-12-13 10:36:39 +01:00
Alyssa Ross
43b372ab66
virtiofsd.meta.mainProgram: init 2023-12-03 20:29:44 +01:00
Alexandre Iooss
a38e092e21 navidrome: fix cross-compilation 2023-11-28 14:05:30 +01:00