Unverified Commit 3c00191a authored by Charlotte Van Petegem's avatar Charlotte Van Petegem
Browse files

xrdp: restore 0.9.23 src hash

The 0.9.22.1 hash was reintroduced by accident after a bad rebase in
https://github.com/NixOS/nixpkgs/pull/250189/. This restores the correct hash
for 0.9.23.
parent 3ee07e9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ let
      repo = "xrdp";
      rev = "v${version}";
      fetchSubmodules = true;
      hash = "sha256-8gAP4wOqSmar8JhKRt4qRRwh23coIn0Q8Tt9ClHQSt8=";
      hash = "sha256-14qsRfLn+26rm+vyMmOtaBEs8mWfSTIsIVseSC2FjXc=";
    };
  };