xrdp: 0.9.5 -> 0.9.7 (#43041)

authored by volth and committed by xeji ed5a676c ea6b31b4

+4 -4
+4 -4
pkgs/applications/networking/remote/xrdp/default.nix
··· 3 3 let 4 4 xorgxrdp = stdenv.mkDerivation rec { 5 5 name = "xorgxrdp-${version}"; 6 - version = "0.2.5"; 6 + version = "0.2.7"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "neutrinolabs"; 10 10 repo = "xorgxrdp"; 11 11 rev = "v${version}"; 12 - sha256 = "05ix0bvbgpg0l0f6pyxp64a4785yv16dxf522y7k84b0rag4bxr7"; 12 + sha256 = "15idwgcjgwa9in8y1bblpj67y7w0bfngc2sa0hd9hn0dinrlifrk"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkgconfig autoconf automake which libtool nasm ]; ··· 34 34 }; 35 35 36 36 xrdp = stdenv.mkDerivation rec { 37 - version = "0.9.5"; 37 + version = "0.9.7"; 38 38 name = "xrdp-${version}"; 39 39 40 40 src = fetchFromGitHub { ··· 42 42 repo = "xrdp"; 43 43 rev = "refs/heads/runtime-cfg-path-${version}"; # Fixes https://github.com/neutrinolabs/xrdp/issues/609; not a patch on top of the official repo because "xorgxrdp.configureFlags" above includes "xrdp.src" which must be patched already 44 44 fetchSubmodules = true; 45 - sha256 = "1sm994dic72zvxgwxw9z6an6050976nlnnn2my42pnzj9l5842d8"; 45 + sha256 = "1dw2zl9zh6win1q0kxj08n9fawpcrs1krjh5978wp0jmq8sdbn7k"; 46 46 }; 47 47 48 48 nativeBuildInputs = [ pkgconfig autoconf automake which libtool nasm ];