about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-16 17:26:08 +0200
committerGitHub <noreply@github.com>2023-09-16 17:26:08 +0200
commit6fb1efb2d718bd1403090bd3226ade13e25dd283 (patch)
treed2500475a6311c28ca3e14da6ec5178b979ca145
parent7c2ddffb6137576ec1ce93fb090a350c1435387a (diff)
parent3c00191aababd51048ad1dcff9ab78b405d7dfe0 (diff)
Merge pull request #255480 from chvp/fix/xrdp-src-hash
xrdp: restore 0.9.23 src hash
-rw-r--r--pkgs/applications/networking/remote/xrdp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/xrdp/default.nix b/pkgs/applications/networking/remote/xrdp/default.nix
index e9f21dc9e6899..0048368b8d4ad 100644
--- a/pkgs/applications/networking/remote/xrdp/default.nix
+++ b/pkgs/applications/networking/remote/xrdp/default.nix
@@ -10,7 +10,7 @@ let
       repo = "xrdp";
       rev = "v${version}";
       fetchSubmodules = true;
-      hash = "sha256-8gAP4wOqSmar8JhKRt4qRRwh23coIn0Q8Tt9ClHQSt8=";
+      hash = "sha256-14qsRfLn+26rm+vyMmOtaBEs8mWfSTIsIVseSC2FjXc=";
     };
   };