about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authora-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-01-19 02:49:08 -0800
committerGitHub <noreply@github.com>2024-01-19 02:49:08 -0800
commit38f2d623ab42c0be45b914196de6664a3b0e9fe9 (patch)
tree44ef056dba7bb295340b6f50e4bdc1d2dd760ade /pkgs/applications/networking/remote
parent49e703cde28bc7cbd3042d4709db9a21f9f84537 (diff)
parenta9906762a0389f37faa37aa46886448924167d79 (diff)
downloadnixlib-38f2d623ab42c0be45b914196de6664a3b0e9fe9.tar
nixlib-38f2d623ab42c0be45b914196de6664a3b0e9fe9.tar.gz
nixlib-38f2d623ab42c0be45b914196de6664a3b0e9fe9.tar.bz2
nixlib-38f2d623ab42c0be45b914196de6664a3b0e9fe9.tar.lz
nixlib-38f2d623ab42c0be45b914196de6664a3b0e9fe9.tar.xz
nixlib-38f2d623ab42c0be45b914196de6664a3b0e9fe9.tar.zst
nixlib-38f2d623ab42c0be45b914196de6664a3b0e9fe9.zip
Merge pull request #277757 from chvp/upd/xrdp
xrdp: 0.9.23.1 -> 0.9.24
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 c90ec78c9aa4..c9f679d9e124 100644
--- a/pkgs/applications/networking/remote/xrdp/default.nix
+++ b/pkgs/applications/networking/remote/xrdp/default.nix
@@ -22,7 +22,7 @@
 }:
 
 let
-  version = "0.9.23.1";
+  version = "0.9.24";
   patchedXrdpSrc = applyPatches {
     patches = [ ./dynamic_config.patch ];
     name = "xrdp-patched-${version}";
@@ -31,7 +31,7 @@ let
       repo = "xrdp";
       rev = "v${version}";
       fetchSubmodules = true;
-      hash = "sha256-fJKSEHB5X5QydKgRPjIMJzNaAy1EVJifHETSGmlJttQ=";
+      hash = "sha256-Kvj72l+jmoad6VgmCYW2KtQAbJMJ8AZjNIYJ5lUNzRM=";
     };
   };