freerdp: 3.20.2 -> 3.21.0

This commit is contained in:
Wim de With
2026-01-20 11:27:06 +01:00
parent 2b5edd629c
commit 945c01f70d
+2 -2
View File
@@ -70,13 +70,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.20.2";
version = "3.21.0";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-IcEWlNh0AI3Vkqf2FzQYOIq64J6iWJxWlUfYkcBpGUU=";
hash = "sha256-oIws2HO2usOCtVDe6OTIdIDHYgb9tBIEctvCW6/Woxc=";
};
postPatch = ''