xrdp: 0.9.3 -> 0.9.5

authored by volth and committed by GitHub 7dea2aba b4b8f4e4

+4 -4
+4 -4
pkgs/applications/networking/remote/xrdp/default.nix
··· 3 let 4 xorgxrdp = stdenv.mkDerivation rec { 5 name = "xorgxrdp-${version}"; 6 - version = "0.2.3"; 7 8 src = fetchFromGitHub { 9 owner = "neutrinolabs"; 10 repo = "xorgxrdp"; 11 rev = "v${version}"; 12 - sha256 = "0l1b38j3q9mxyb8ffpdplbqs6rnabj92i8wngrwlkhfh2c88szn1"; 13 }; 14 15 nativeBuildInputs = [ pkgconfig autoconf automake which libtool nasm ]; ··· 34 }; 35 36 xrdp = stdenv.mkDerivation rec { 37 - version = "0.9.3"; 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 = "0xqyg3m688fj442zgg9fqmbz7nnzvqpd7a9ki2cwh1hyibacpmz7"; 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.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 ];