From dd75bd74ce9035427a4f7e3306eeaf8aebf7e015 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Sun, 18 Jan 2026 16:52:26 +0100 Subject: [PATCH] wlc: 1.17.1 -> 1.17.2 Fixes CVE-2026-23535 / https://github.com/WeblateOrg/wlc/security/advisories/GHSA-mmwx-79f6-67jg Fixes #481080 Changes: https://github.com/WeblateOrg/wlc/releases/tag/1.17.2 --- pkgs/by-name/wl/wlc/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/wl/wlc/package.nix b/pkgs/by-name/wl/wlc/package.nix index 06866b932ae9..caea2fc5d649 100644 --- a/pkgs/by-name/wl/wlc/package.nix +++ b/pkgs/by-name/wl/wlc/package.nix @@ -6,12 +6,12 @@ python3.pkgs.buildPythonPackage rec { pname = "wlc"; - version = "1.17.1"; + version = "1.17.2"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-FtxJ1clfvJCggg4h9Lzwq4S4KyejJxppjrB3i7Jiy/Y="; + hash = "sha256-9BM2xNbiNy8efpkZjEhQ2OSl0RJiOGSut16o8yMA14A="; }; build-system = with python3.pkgs; [ setuptools ];