xrdp: 0.9.22 -> 0.9.22.1

https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.22.1
This commit is contained in:
Charlotte Van Petegem 2023-05-23 09:52:15 +02:00
parent 8c65a71645
commit 46b5120d5e
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -34,7 +34,7 @@ let
};
xrdp = stdenv.mkDerivation rec {
version = "0.9.22";
version = "0.9.22.1";
pname = "xrdp";
src = fetchFromGitHub {
@ -42,7 +42,7 @@ let
repo = "xrdp";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-/i2rLVrN1twKtQH6Qt1OZOPGZzegWBOKpj0Wnin8cR8=";
hash = "sha256-8gAP4wOqSmar8JhKRt4qRRwh23coIn0Q8Tt9ClHQSt8=";
};
nativeBuildInputs = [ pkg-config autoconf automake which libtool nasm perl ];