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:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user