patches: Add xrdp 0.9.25.1 patch

This commit is contained in:
Charlotte Van Petegem 2024-03-14 16:32:20 +01:00
parent db17f23a6c
commit 89be410b5d
No known key found for this signature in database
GPG key ID: 019E764B7184435A

22
patches/295914.patch Normal file
View file

@ -0,0 +1,22 @@
diff --git a/pkgs/applications/networking/remote/xrdp/default.nix b/pkgs/applications/networking/remote/xrdp/default.nix
index 10ad5f8d93fb29..3d6d1de3d964c1 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.25";
+ version = "0.9.25.1";
patchedXrdpSrc = applyPatches {
patches = [ ./dynamic_config.patch ];
name = "xrdp-patched-${version}";
@@ -31,7 +31,7 @@ let
repo = "xrdp";
rev = "v${version}";
fetchSubmodules = true;
- hash = "sha256-XVaNN+sBEACh/yGnCLn9GHszoofWbcyA+Mr6KZMVFB0=";
+ hash = "sha256-oAs0oWkCyj3ObdJuHLfT25ZzkTrxNAXDiFU64OOP4Ow=";
};
};