discourse: 3.4.4 -> 3.4.6

https://meta.discourse.org/t/3-4-5-security-fixes-release/369347
https://meta.discourse.org/t/3-4-6-security-fix-release/370631

Fixes: CVE-2025-48877, CVE-2025-48062, CVE-2025-48053, CVE-2025-49845
(cherry picked from commit 37c67710b7)
This commit is contained in:
Martin Weinelt
2025-08-04 14:41:27 +02:00
parent 03f192b67c
commit e568c635eb
2 changed files with 3 additions and 3 deletions

View File

@@ -46,13 +46,13 @@
}@args:
let
version = "3.4.4";
version = "3.4.6";
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse";
rev = "v${version}";
sha256 = "sha256-rA42fOhSJVrNPcFSB2+On7JVeZch8t2yNo+36UK+QcA=";
sha256 = "sha256-HS13jNhSrPo7CHAk2zZEKSt54lBTw1PdMCIJUO0rjLc=";
};
ruby = ruby_3_3;

View File

@@ -745,4 +745,4 @@ DEPENDENCIES
zeitwerk
BUNDLED WITH
2.6.6
2.6.9