patches: Add xrdp 0.9.25.1 patch
This commit is contained in:
parent
db17f23a6c
commit
89be410b5d
1 changed files with 22 additions and 0 deletions
22
patches/295914.patch
Normal file
22
patches/295914.patch
Normal 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=";
|
||||
};
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue