@cryptotaxi247 / infra / commits / 24b65980

freescout: 1.8.218 -> 1.8.220

- https://github.com/freescout-help-desk/freescout/releases/tag/1.8.219 - Security: https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-qjr9-6v9q-3r72 - Security: https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-jvmv-2qcp-7855 - https://github.com/freescout-help-desk/freescout/releases/tag/1.8.220 - Security: https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-6r38-6mcf-2ww3 (I don't know why this is 404-ing, perhaps it has not been announced publicly yet?)

Jeremy Fleischman committed May 17, 2026 at 14:26 UTC 24b659801aeeea2c09ff5a835b4b9a92c700d979
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.218";
17 + version = "1.8.220";
18 src = pkgs.fetchFromGitHub {
19 owner = "freescout-helpdesk";
20 repo = "freescout";
21 tag = version;
22 - hash = "sha256-oLbsrlvsBkZ8oa2EuByJafItuG1n2MXPrt/noAXTt94=";
22 + hash = "sha256-bOkazBcd9EKzQdZZA6YMn4+UNYhpDFV9hDMHR5kXke0=";
23 };
24 };
25 domain = "freescout.nixos.org";