discourse: 3.4.6 -> 3.4.7

https://meta.discourse.org/t/3-4-7-security-and-maintenance-release/375747

Fixes: CVE-2025-53102
This commit is contained in:
Martin Weinelt
2025-08-04 16:51:27 +02:00
parent 9b78d64cc4
commit 5cf720e932

View File

@@ -46,13 +46,13 @@
}:
let
version = "3.4.6";
version = "3.4.7";
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse";
rev = "v${version}";
sha256 = "sha256-HS13jNhSrPo7CHAk2zZEKSt54lBTw1PdMCIJUO0rjLc=";
sha256 = "sha256-vidv5aa2r1YOcnvkqrk7ttuIk1bN5Ct7kMANl8kpEm0=";
};
ruby = ruby_3_3;