From 073e4b873100e141c7130326b0971c15023639c6 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 12 May 2024 23:45:07 +0200 Subject: [PATCH] fix(project): move to Python 2.7.18.8 for insecure packages Signed-off-by: Raito Bezarius --- default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 63c3267..7faea98 100644 --- a/default.nix +++ b/default.nix @@ -13,8 +13,7 @@ let config = { allowUnsupportedSystem = true; # mipsel permittedInsecurePackages = [ - "python-2.7.18.6" # kernel backports needs python <3 - "python-2.7.18.7" + "python-2.7.18.8" # kernel backports needs python <3 ]; }; });