poco: 1.14.1 -> 1.14.2

Fixes CVE-2025-6375 (and other issues that do not seem to have
a CVE ID assigned).

Changes:
https://github.com/pocoproject/poco/releases/tag/poco-1.14.2-release
This commit is contained in:
Thomas Gerbet
2025-09-17 21:05:53 +02:00
parent 520f41d0de
commit 0dd2e6e3fc
+2 -2
View File
@@ -19,12 +19,12 @@
stdenv.mkDerivation rec {
pname = "poco";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
owner = "pocoproject";
repo = "poco";
hash = "sha256-acq2eja61sH/QHwMPmiDNns2jvXRTk0se/tHj9XRSiU=";
hash = "sha256-koREkrfAHWfpqITN5afiXwZg37Wve2Ftx8sr8t2bSV4=";
rev = "poco-${version}-release";
};