xrdp: 0.9.25 -> 0.9.25.1

https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.25.1
This commit is contained in:
Charlotte Van Petegem 2024-03-14 16:30:07 +01:00
parent 18d2b24a84
commit d451cbcfd7
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -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=";
};
};