Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #255480 from chvp/fix/xrdp-src-hash

xrdp: restore 0.9.23 src hash

authored by Weijia Wang and committed by GitHub 6fb1efb2 7c2ddffb

+1 -1
+1 -1
pkgs/applications/networking/remote/xrdp/default.nix
··· 10 10 repo = "xrdp"; 11 11 rev = "v${version}"; 12 12 fetchSubmodules = true; 13 - hash = "sha256-8gAP4wOqSmar8JhKRt4qRRwh23coIn0Q8Tt9ClHQSt8="; 13 + hash = "sha256-14qsRfLn+26rm+vyMmOtaBEs8mWfSTIsIVseSC2FjXc="; 14 14 }; 15 15 }; 16 16