@cryptotaxi247 / infra-1 / commits / e16c316f

freescout: 1.8.222 -> 1.8.223

https://github.com/freescout-help-desk/freescout/releases/tag/1.8.223 Notably: - Disabled backward compatibility for old Message-ID format on fetching (Security: GHSA-8vm3-wwq4-ggfx) - Fixed prototype pollution in getQueryParam() (Security: GHSA-w5fc-8pp3-f755)

Jeremy Fleischman committed May 30, 2026 at 07:59 UTC e16c316f00b5f32c4bcff241ecb35d2db17b84a8
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.222";
17 + version = "1.8.223";
18 src = pkgs.fetchFromGitHub {
19 owner = "freescout-helpdesk";
20 repo = "freescout";
21 tag = version;
22 - hash = "sha256-DGuwyBE73nvvP5rZm+/wLecQUNnQwn4SvXaCAhk4/ZE=";
22 + hash = "sha256-yEcOEtEDTTkvtPbxmg2D1ZeUpEIavnuxjO1hOJTwzFI=";
23 };
24 };
25 domain = "freescout.nixos.org";