From 8fbd03747012fe65961c607ab7633384a072ec6b Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 23 Oct 2024 12:00:17 +0200 Subject: [PATCH] discourse: allow insecure package discussed with hexa. Package is currently not regularly updated in nixpkgs as upstream keeps changing build system in minor versions. --- nixpkgs-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixpkgs-config.nix b/nixpkgs-config.nix index 949ca56b3..19bb58537 100644 --- a/nixpkgs-config.nix +++ b/nixpkgs-config.nix @@ -15,5 +15,6 @@ "ruby-2.7.8" # EOL 2023-03-31, needed for Sensu checks "docker-24.0.9" # Old installs still use storage driver removed in 25.x. "jitsi-meet-1.0.7952" # insecure libolm but this only affects optional e2ee which we don't really support. + "discourse-3.2.5" # currently not regularly updated in nixpkgs as upstream keeps changing build system in minor versions ]; }