Merge pull request #327983 from SuperSandro2000/freerdp3

This commit is contained in:
Sandro 2024-07-22 11:16:16 +02:00 committed by GitHub
commit 71a55fa4ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,13 +68,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.6.0";
version = "3.6.3";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-wGfktzy8vrhTZE0ZG+gtsXsCmarXFs/yHcnZFeoFHGY=";
hash = "sha256-LdgHQ2lb3cde4cX4aIwHvSo0q9iwpLzaWDHbv1/rneE=";
};
postPatch = ''