freerdp: 3.26.0 -> 3.27.1

Diff: https://github.com/FreeRDP/FreeRDP/compare/3.26.0...3.27.1

Changelog: https://github.com/FreeRDP/FreeRDP/releases/tag/3.27.1
(cherry picked from commit 9acf60d407)
This commit is contained in:
Sandro Jäckel 2026-06-17 21:24:33 +02:00 committed by github-actions[bot]
commit 3dc94b8eca

View file

@ -70,13 +70,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.26.0";
version = "3.27.1";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
tag = finalAttrs.version;
hash = "sha256-7yUqZXuUn3OFhlWrZyXmmh/aGOp0uRJ7XxaLl1fVnVQ=";
hash = "sha256-4U3QC1hka+qTQ0F7GqKPiMVwkkFeJvbjNtom5A7V/Sg=";
};
postPatch = ''