tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xrdp: 0.9.5 -> 0.9.7 (#43041)
authored by
volth
and committed by
xeji
7 years ago
ed5a676c
ea6b31b4
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
remote
xrdp
default.nix
+4
-4
pkgs/applications/networking/remote/xrdp/default.nix
···
3
let
4
xorgxrdp = stdenv.mkDerivation rec {
5
name = "xorgxrdp-${version}";
6
-
version = "0.2.5";
7
8
src = fetchFromGitHub {
9
owner = "neutrinolabs";
10
repo = "xorgxrdp";
11
rev = "v${version}";
12
-
sha256 = "05ix0bvbgpg0l0f6pyxp64a4785yv16dxf522y7k84b0rag4bxr7";
13
};
14
15
nativeBuildInputs = [ pkgconfig autoconf automake which libtool nasm ];
···
34
};
35
36
xrdp = stdenv.mkDerivation rec {
37
-
version = "0.9.5";
38
name = "xrdp-${version}";
39
40
src = fetchFromGitHub {
···
42
repo = "xrdp";
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
fetchSubmodules = true;
45
-
sha256 = "1sm994dic72zvxgwxw9z6an6050976nlnnn2my42pnzj9l5842d8";
46
};
47
48
nativeBuildInputs = [ pkgconfig autoconf automake which libtool nasm ];
···
3
let
4
xorgxrdp = stdenv.mkDerivation rec {
5
name = "xorgxrdp-${version}";
6
+
version = "0.2.7";
7
8
src = fetchFromGitHub {
9
owner = "neutrinolabs";
10
repo = "xorgxrdp";
11
rev = "v${version}";
12
+
sha256 = "15idwgcjgwa9in8y1bblpj67y7w0bfngc2sa0hd9hn0dinrlifrk";
13
};
14
15
nativeBuildInputs = [ pkgconfig autoconf automake which libtool nasm ];
···
34
};
35
36
xrdp = stdenv.mkDerivation rec {
37
+
version = "0.9.7";
38
name = "xrdp-${version}";
39
40
src = fetchFromGitHub {
···
42
repo = "xrdp";
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
fetchSubmodules = true;
45
+
sha256 = "1dw2zl9zh6win1q0kxj08n9fawpcrs1krjh5978wp0jmq8sdbn7k";
46
};
47
48
nativeBuildInputs = [ pkgconfig autoconf automake which libtool nasm ];