freerdp: 3.24.1 -> 3.24.2

This commit is contained in:
R. Ryantm
2026-03-28 18:13:38 +00:00
parent b1a5822d12
commit 28184fdd8d
+2 -2
View File
@@ -70,13 +70,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.24.1";
version = "3.24.2";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-ecMsypmFF1y6ppmOcMWKPP8bEaIrSikO4ryFH5pZoSI=";
hash = "sha256-gIe5MoPaKCTHlNGBt+Gc4QZFQ24avas9EBARtiRfLQE=";
};
postPatch = ''