Merge pull request #307976 from michaeladler/updates/freerdp

freerdp: 2.11.5 -> 2.11.7
This commit is contained in:
Pol Dellaiera 2024-05-01 21:52:31 +02:00 committed by GitHub
commit 1a4425ed4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,13 +76,13 @@ let
in
stdenv.mkDerivation rec {
pname = "freerdp";
version = "2.11.5";
version = "2.11.7";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = version;
hash = "sha256-WyYBIiIQNDHydJqU3jWNItJU2/sYnRpGHCXE9Xhom5M=";
hash = "sha256-w+xyMNFmKylSheK0yAGl8J6MXly/HUjjAfR9Qq3s/kA=";
};
postPatch = ''