xrdp: 0.9.22.1 -> 0.9.23
https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.23 Includes fix for https://www.cve.org/CVERecord?id=CVE-2023-40184
This commit is contained in:
parent
6462eba394
commit
f20cb39b9b
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ let
|
|||
};
|
||||
|
||||
xrdp = stdenv.mkDerivation rec {
|
||||
version = "0.9.22.1";
|
||||
version = "0.9.23";
|
||||
pname = "xrdp";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
@ -42,7 +42,7 @@ let
|
|||
repo = "xrdp";
|
||||
rev = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-8gAP4wOqSmar8JhKRt4qRRwh23coIn0Q8Tt9ClHQSt8=";
|
||||
hash = "sha256-14qsRfLn+26rm+vyMmOtaBEs8mWfSTIsIVseSC2FjXc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config autoconf automake which libtool nasm perl ];
|
||||
|
|
Loading…
Reference in a new issue