freerdp3: 3.4.0 -> 3.5.1

Changelog: https://github.com/FreeRDP/FreeRDP/releases/tag/3.5.0
Changelog: https://github.com/FreeRDP/FreeRDP/releases/tag/3.5.1
This commit is contained in:
Sandro Jäckel 2024-05-04 01:37:13 +02:00
parent 95e4dd69a2
commit c7012d4db4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,6 @@
, glib
, openh264
, openssl
, p11-kit
, pcre2
, pkcs11helper
, uriparser
@ -69,13 +68,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.4.0";
version = "3.5.1";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-ZOYHhldTdV8DrOHoXS42NXB6JHBJMGRswgTczn1S6BE=";
hash = "sha256-8yWMnwJbvyUiEuX+2bEim1IeqPx20u9yvNIVe7MC/ZQ=";
};
postPatch = ''

View File

@ -205,6 +205,7 @@ stdenv.mkDerivation rec {
following the Microsoft Open Specifications.
'';
homepage = "https://www.freerdp.com/";
changelog = "https://github.com/FreeRDP/FreeRDP/releases/tag/${src.rev}";
license = licenses.asl20;
maintainers = with maintainers; [ peterhoeg lheckemann ];
platforms = platforms.unix;

View File

@ -31313,6 +31313,7 @@ with pkgs;
inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-good;
};
freerdp3 = callPackage ../applications/networking/remote/freerdp/3.nix {
stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
inherit (darwin.apple_sdk.frameworks) AudioToolbox AVFoundation Carbon Cocoa CoreMedia;
};
})