freerdp: 3.21.0 -> 3.22.0 (#485988)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-05 21:55:50 +00:00
committed by GitHub
+2 -2
View File
@@ -70,13 +70,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.21.0";
version = "3.22.0";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-oIws2HO2usOCtVDe6OTIdIDHYgb9tBIEctvCW6/Woxc=";
hash = "sha256-cJFY0v2zvbaKVINOKVZGvLozwgD7kf2ffVU9EGYBMGQ=";
};
postPatch = ''