freerdp3: 3.12.0 -> 3.14.0

This commit is contained in:
R. Ryantm
2025-03-23 23:10:40 +01:00
committed by Weijia Wang
parent 3966f358f0
commit e718af88d9
@@ -67,13 +67,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.12.0";
version = "3.14.0";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-Bbpwfnz8xPyNLZ+UtcYw4arpzGEh3znqncExl4DlByA=";
hash = "sha256-Dd7J0QpKNY0cbTldtKkXjBoAJUSCyDf9Pzoah+Ak9Vw=";
};
postPatch =