about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte.vanpetegem@ugent.be>2023-08-31 08:41:09 +0200
committerCharlotte Van Petegem <charlotte.vanpetegem@ugent.be>2023-08-31 08:41:09 +0200
commitf20cb39b9bc03686fa2bb457ea3d6fac682d28d7 (patch)
tree01f9cc7b7035cf7fea3a82d7870df8c8086ce414 /pkgs/applications/networking/remote
parent6462eba3946064b004984b35c227e3a391c246de (diff)
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
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/xrdp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/xrdp/default.nix b/pkgs/applications/networking/remote/xrdp/default.nix
index 0fb74488f0bfb..c440b9e5a76ef 100644
--- a/pkgs/applications/networking/remote/xrdp/default.nix
+++ b/pkgs/applications/networking/remote/xrdp/default.nix
@@ -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 ];