Unverified Commit 85804486 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

Merge pull request #197836 from r-ryantm/auto-update/bloat

bloat: unstable-2022-09-23 -> unstable-2022-10-25
parents 28b2cf30 87632052
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -885,6 +885,15 @@
          <literal>~/.local/share/PrismLauncher/prismlauncher.cfg</literal>.
        </para>
      </listitem>
      <listitem>
        <para>
          The <literal>bloat</literal> package has been updated from
          unstable-2022-03-31 to unstable-2022-10-25, which brings a
          breaking change. See
          <link xlink:href="https://git.freesoftwareextremist.com/bloat/commit/?id=887ed241d64ba5db3fd3d87194fb5595e5ad7d73">this
          upstream commit message</link> for details.
        </para>
      </listitem>
      <listitem>
        <para>
          The <literal>services.matrix-synapse</literal> systemd unit
+2 −0
Original line number Diff line number Diff line
@@ -283,6 +283,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
  from `~/.local/share/polymc/polymc.cfg` to
  `~/.local/share/PrismLauncher/prismlauncher.cfg`.

- The `bloat` package has been updated from unstable-2022-03-31 to unstable-2022-10-25, which brings a breaking change. See [this upstream commit message](https://git.freesoftwareextremist.com/bloat/commit/?id=887ed241d64ba5db3fd3d87194fb5595e5ad7d73) for details.

- The `services.matrix-synapse` systemd unit has been hardened.

- The `services.grafana` options were converted to a [RFC 0042](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) configuration.
+3 −3
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

buildGoModule {
  pname = "bloat";
  version = "unstable-2022-09-23";
  version = "unstable-2022-10-25";

  src = fetchgit {
    url = "git://git.freesoftwareextremist.com/bloat";
    rev = "68698a9e1afce43ef807d6b5f892ca1c0f905b8a";
    sha256 = "sha256-gxSHxMdiIWsJb/qM3W7Eon/ST15l2wkJqyjxEU8RlCQ=";
    rev = "887ed241d64ba5db3fd3d87194fb5595e5ad7d73";
    sha256 = "sha256-2G7DcK21GBICdQYWRTTMzHmkrgstrEelVlLcYgKlUGM=";
  };

  vendorSha256 = null;