Unverified Commit 2bc7207e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

Merge master into staging-next

parents 8398c1a8 be304fff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -98,6 +98,8 @@

- `purple-matrix` has been removed, since it has been unmaintained since April 2022 and upstream does not recommend using it anymore.

- `sublime-music` has been removed because upstream has announced it is no longer maintained. Upstream suggests using `supersonic` instead.

- The default Android NDK version has been raised to 27, and the default SDK version to 35.
  NDK 21–26 have been removed, as they are end‐of‐life.

@@ -156,6 +158,8 @@

- `telegram-desktop` packages now uses `Telegram` for its binary. The previous name was `telegram-desktop`. This is due to [an upstream decision](https://github.com/telegramdesktop/tdesktop/commit/56ff5808a3d766f892bc3c3305afb106b629ef6f) to make the name consistent with other platforms.

- `hsd` has been upgraded to version 8. See [their changelog](https://github.com/handshake-org/hsd/blob/v8.0.0/docs/release-notes/release-notes-8.x.md) for important instructions before upgrading.

- `podofo` has been updated from `0.9.8` to `1.0.0`. These releases are by nature very incompatible due to major API changes. The legacy versions can be found under `podofo_0_10` and `podofo_0_9`.
  Changelog: https://github.com/podofo/podofo/blob/1.0.0/CHANGELOG.md, API-Migration-Guide: https://github.com/podofo/podofo/blob/1.0.0/API-MIGRATION.md.

+0 −13
Original line number Diff line number Diff line
@@ -9782,12 +9782,6 @@
    githubId = 95086304;
    name = "Guilherme Lima";
  };
  GuillaumeDesforges = {
    email = "aceus02@gmail.com";
    github = "GuillaumeDesforges";
    githubId = 1882000;
    name = "Guillaume Desforges";
  };
  guillaumekoenig = {
    email = "guillaume.edward.koenig@gmail.com";
    github = "guillaumekoenig";
@@ -16585,13 +16579,6 @@
    githubId = 71893;
    name = "Michael Maclean";
  };
  mglolenstine = {
    email = "mglolenstine@gmail.com";
    github = "MGlolenstine";
    githubId = 9406770;
    matrix = "@mglolenstine:matrix.org";
    name = "MGlolenstine";
  };
  mgregoire = {
    email = "gregoire@martinache.net";
    github = "M-Gregoire";
+1 −0
Original line number Diff line number Diff line
@@ -667,6 +667,7 @@ with lib.maintainers;
    members = [
      euank
      frederictobiasc
      heywoodlh
      marcusramberg
      mic92
      rorosen
+1 −0
Original line number Diff line number Diff line
@@ -541,6 +541,7 @@
  ./services/databases/tigerbeetle.nix
  ./services/databases/victorialogs.nix
  ./services/databases/victoriametrics.nix
  ./services/databases/victoriatraces.nix
  ./services/desktops/accountsservice.nix
  ./services/desktops/ayatana-indicators.nix
  ./services/desktops/bamf.nix
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ in
      '';
    };
    services.openssh.authorizedKeysCommand = "/etc/ssh/authorized_keys_command_google_oslogin %u";
    services.openssh.authorizedKeysCommandUser = "nobody";
    services.openssh.authorizedKeysCommandUser = "root";
  };

}
Loading