tlp: 1.9.0 -> 1.9.1

https://github.com/linrunner/TLP/releases/tag/1.9.1
https://seclists.org/oss-sec/2026/q1/37

Fixes: CVE-2025-67859
This commit is contained in:
Martin Weinelt
2026-01-07 21:35:38 +01:00
parent b9e02fccc6
commit 238569283b
+2 -2
View File
@@ -29,13 +29,13 @@
}:
stdenv.mkDerivation rec {
pname = "tlp";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "linrunner";
repo = "TLP";
rev = version;
hash = "sha256-aM/4+cgtUe6qv3MNT4moXvNzqG5gKvwMbg14L8ifWlc=";
hash = "sha256-23B+KV0VrvfSneKIFB9sm9iZZm8uZRk+r60W13++J4g=";
};
# XXX: See patch files for relevant explanations.