discourse: 3.2.3 -> 3.2.4

https://meta.discourse.org/t/3-2-4-security-and-bug-fix-release/315984

Fixes: CVE-2024-38360
This commit is contained in:
Martin Weinelt
2024-07-15 15:40:50 +02:00
parent ece092568a
commit 078b2393fd
+2 -2
View File
@@ -47,13 +47,13 @@
}@args:
let
version = "3.2.3";
version = "3.2.4";
src = fetchFromGitHub {
owner = "discourse";
repo = "discourse";
rev = "v${version}";
sha256 = "sha256-ehv81trN8eG7QRAD5ERiSql6ZRCJK9cz6VOT9OzjZhg=";
sha256 = "sha256-bwYMLkBtdfgfAX8vKpsFRg5tpBtoaURKGF0rs/CtJ2U=";
};
ruby = ruby_3_2;