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
This commit is contained in:
Martin Weinelt
2025-08-04 15:48:20 +02:00
parent 3b5e1ef58c
commit 37c67710b7
2 changed files with 3 additions and 3 deletions
+2 -2
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;
@@ -745,4 +745,4 @@ DEPENDENCIES
zeitwerk
BUNDLED WITH
2.6.6
2.6.9