freescout: 1.8.220 -> 1.8.221
Notable changes from <https://github.com/freescout-help-desk/freescout/releases/tag/1.8.221>: - **Links to attachments uploaded before the FreeScout version of 2020-03-06 will become unavailable. This is a breaking change.** - Improved permissions check when deleting notes (Security: GHSA-9vx8-gx3p-9mh6) - Improved permissions check when editing messages (Security: GHSA-3w38-h42v-3h6w) - Deprecated links to attachments without a token (Security: GHSA-wg74-ww4w-2qpc)
Jeremy Fleischman committed
May 24, 2026 at 22:46 UTC
674269403d947bb46d46a1288cbd61d24b84cfe4
1 file changed
+2
-2
non-critical-infra/modules/mailserver/freescout.nix
+2
-2
@@ -14,12 +14,12 @@
14
services.freescout = {
15
enable = true;
16
package = inputs.freescout.packages.${pkgs.stdenv.hostPlatform.system}.default.overrideAttrs rec {
17
- version = "1.8.220";
17
+ version = "1.8.221";
18
src = pkgs.fetchFromGitHub {
19
owner = "freescout-helpdesk";
20
repo = "freescout";
21
tag = version;
22
- hash = "sha256-bOkazBcd9EKzQdZZA6YMn4+UNYhpDFV9hDMHR5kXke0=";
22
+ hash = "sha256-+aMjftzZmBq+fmGZ3EsoDYu0h+dv3MLRlNzdlmpiWDY=";
23
};
24
};
25
domain = "freescout.nixos.org";