Merge pull request #324566 from r-ryantm/auto-update/freerdp3

freerdp3: 3.5.1 -> 3.6.0
This commit is contained in:
Pol Dellaiera 2024-07-04 19:42:42 +02:00 committed by GitHub
commit ae519bd4cd
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.5.1";
version = "3.6.0";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-8yWMnwJbvyUiEuX+2bEim1IeqPx20u9yvNIVe7MC/ZQ=";
hash = "sha256-wGfktzy8vrhTZE0ZG+gtsXsCmarXFs/yHcnZFeoFHGY=";
};
postPatch = ''