patches: Add xrdp 0.9.23.1 patch
This commit is contained in:
parent
1207885955
commit
060d99bf75
1 changed files with 22 additions and 0 deletions
22
patches/257689.patch
Normal file
22
patches/257689.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 0048368b8d4ad0..bf3b8b64f1e7a2 100644
|
||||
--- a/pkgs/applications/networking/remote/xrdp/default.nix
|
||||
+++ b/pkgs/applications/networking/remote/xrdp/default.nix
|
||||
@@ -1,7 +1,7 @@
|
||||
{ lib, stdenv, fetchFromGitHub, applyPatches, pkg-config, which, perl, autoconf, automake, libtool, openssl, systemd, pam, fuse, libjpeg, libopus, nasm, xorg }:
|
||||
|
||||
let
|
||||
- version = "0.9.23";
|
||||
+ version = "0.9.23.1";
|
||||
patchedXrdpSrc = applyPatches {
|
||||
patches = [ ./dynamic_config.patch ];
|
||||
name = "xrdp-patched-${version}";
|
||||
@@ -10,7 +10,7 @@ let
|
||||
repo = "xrdp";
|
||||
rev = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
- hash = "sha256-14qsRfLn+26rm+vyMmOtaBEs8mWfSTIsIVseSC2FjXc=";
|
||||
+ hash = "sha256-fJKSEHB5X5QydKgRPjIMJzNaAy1EVJifHETSGmlJttQ=";
|
||||
};
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue