discourse: 3.2.4 -> 3.2.5

https://meta.discourse.org/t/3-2-5-security-and-bug-fix-release/316349/1

Fixes: CVE-2024-37165, CVE-2024-39320, CVE-2024-37299
This commit is contained in:
Martin Weinelt 2024-07-30 18:00:12 +02:00
parent 7feaafb5f1
commit 326c87902e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -47,13 +47,13 @@
}@args: }@args:
let let
version = "3.2.4"; version = "3.2.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "discourse"; owner = "discourse";
repo = "discourse"; repo = "discourse";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-bwYMLkBtdfgfAX8vKpsFRg5tpBtoaURKGF0rs/CtJ2U="; sha256 = "sha256-+at4IiJ0yRPq9XyvAwa2Kuc0wYQOB5hw7E1jmQAAkc4=";
}; };
ruby = ruby_3_2; ruby = ruby_3_2;