Merge pull request #308916 from SuperSandro2000/freerdp3

freerdp3: 3.4.0 -> 3.5.1
This commit is contained in:
Robert Scott 2024-05-08 21:59:19 +01:00 committed by GitHub
commit 6a77fda958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

@ -31249,6 +31249,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;
};
})