patches: Update xrdp 0.9.20 patch
This commit is contained in:
parent
9f5687c017
commit
7263cdccf3
1 changed files with 36 additions and 0 deletions
36
patches/295249.patch
Normal file
36
patches/295249.patch
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
diff --git a/pkgs/applications/networking/remote/xrdp/default.nix b/pkgs/applications/networking/remote/xrdp/default.nix
|
||||||
|
index c9f679d9e12472..10ad5f8d93fb29 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.24";
|
||||||
|
+ version = "0.9.25";
|
||||||
|
patchedXrdpSrc = applyPatches {
|
||||||
|
patches = [ ./dynamic_config.patch ];
|
||||||
|
name = "xrdp-patched-${version}";
|
||||||
|
@@ -31,19 +31,19 @@ let
|
||||||
|
repo = "xrdp";
|
||||||
|
rev = "v${version}";
|
||||||
|
fetchSubmodules = true;
|
||||||
|
- hash = "sha256-Kvj72l+jmoad6VgmCYW2KtQAbJMJ8AZjNIYJ5lUNzRM=";
|
||||||
|
+ hash = "sha256-XVaNN+sBEACh/yGnCLn9GHszoofWbcyA+Mr6KZMVFB0=";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
xorgxrdp = stdenv.mkDerivation rec {
|
||||||
|
pname = "xorgxrdp";
|
||||||
|
- version = "0.9.19";
|
||||||
|
+ version = "0.9.20";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "neutrinolabs";
|
||||||
|
repo = "xorgxrdp";
|
||||||
|
rev = "v${version}";
|
||||||
|
- hash = "sha256-WI1KyJDQkmNHwweZMbNd2KUfawaieoGMDMQfeD12cZs=";
|
||||||
|
+ hash = "sha256-cAAWk/GqR5zJmh7EAzX3qJiYNl/RrDWdncdFeqsFIaU=";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkg-config autoconf automake which libtool nasm ];
|
Loading…
Add table
Add a link
Reference in a new issue