freerdp: 2.2.0 -> 2.3.0

This commit is contained in:
R. RyanTM 2021-02-26 04:35:46 +00:00
parent 11cd34cd59
commit 9fce4a036d

View File

@ -18,13 +18,13 @@ let
in stdenv.mkDerivation rec {
pname = "freerdp";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = version;
sha256 = "02zlg5r704zbryx09a5rjjf7q137kj16i9qh25dw9q1y69ri619n";
sha256 = "sha256-YnrJv2tpG1CT1aaZsn/j3ygPhXhTsfEyB/GcEPCgl/g=";
};
postPatch = ''