mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user