Add xrdp 0.9.22 patch
This commit is contained in:
parent
f78b3c6187
commit
74a41b4eeb
1 changed files with 13 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
From 7c3dbef887397493cbbbb0aa9f90187517cbfa44 Mon Sep 17 00:00:00 2001
|
From 633f76779de03234ad3f82e79fc492e8b3ae5df5 Mon Sep 17 00:00:00 2001
|
||||||
From: Charlotte Van Petegem <charlotte@vanpetegem.me>
|
From: Charlotte Van Petegem <charlotte@vanpetegem.me>
|
||||||
Date: Sun, 7 May 2023 12:45:07 +0200
|
Date: Sun, 7 May 2023 12:45:07 +0200
|
||||||
Subject: [PATCH] xrdp: 0.9.21.1 -> 0.9.22
|
Subject: [PATCH] xrdp: 0.9.21.1 -> 0.9.22
|
||||||
|
|
||||||
https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.22
|
https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.22
|
||||||
---
|
---
|
||||||
pkgs/applications/networking/remote/xrdp/default.nix | 2 +-
|
pkgs/applications/networking/remote/xrdp/default.nix | 4 ++--
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/pkgs/applications/networking/remote/xrdp/default.nix b/pkgs/applications/networking/remote/xrdp/default.nix
|
diff --git a/pkgs/applications/networking/remote/xrdp/default.nix b/pkgs/applications/networking/remote/xrdp/default.nix
|
||||||
index b7c51d70dfecb..6998e58d6f5f9 100644
|
index b7c51d70dfecb..67ddde5ce14ee 100644
|
||||||
--- a/pkgs/applications/networking/remote/xrdp/default.nix
|
--- a/pkgs/applications/networking/remote/xrdp/default.nix
|
||||||
+++ b/pkgs/applications/networking/remote/xrdp/default.nix
|
+++ b/pkgs/applications/networking/remote/xrdp/default.nix
|
||||||
@@ -34,7 +34,7 @@ let
|
@@ -34,7 +34,7 @@ let
|
||||||
|
@ -21,3 +21,12 @@ index b7c51d70dfecb..6998e58d6f5f9 100644
|
||||||
pname = "xrdp";
|
pname = "xrdp";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@@ -42,7 +42,7 @@ let
|
||||||
|
repo = "xrdp";
|
||||||
|
rev = "v${version}";
|
||||||
|
fetchSubmodules = true;
|
||||||
|
- hash = "sha256-/o052ij+Tpcw5/k1UyP6OGOzrtBwh3jRkftStIEhUF0=";
|
||||||
|
+ hash = "sha256-/i2rLVrN1twKtQH6Qt1OZOPGZzegWBOKpj0Wnin8cR8=";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkg-config autoconf automake which libtool nasm perl ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue