[Backport release-26.05] freerdp: 3.26.0 -> 3.27.1 (#533335)

This commit is contained in:
Thomas Gerbet 2026-06-21 13:51:42 +00:00 committed by GitHub
commit bf2b547bc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''