Unverified Commit 88b0a667 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #233582 from NixOS/backport-233567-to-release-23.05

[Backport release-23.05] xrdp: 0.9.22 -> 0.9.22.1
parents 60eb8e5a bd49ad26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];