freerdp: 3.14.0 -> 3.14.1

This commit is contained in:
R. Ryantm
2025-03-30 06:12:22 +00:00
parent 015baae019
commit b4519d5481
+2 -2
View File
@@ -62,13 +62,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.14.0";
version = "3.14.1";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-Dd7J0QpKNY0cbTldtKkXjBoAJUSCyDf9Pzoah+Ak9Vw=";
hash = "sha256-3hBssoD6l0d1DC5SRhE7HQlcoxNPjz3G8jbQx2rzp60=";
};
postPatch =