freerdp: 3.14.1 -> 3.15.0 (#405752)

This commit is contained in:
Arne Keller
2025-05-13 15:12:14 +02:00
committed by GitHub
+2 -2
View File
@@ -62,13 +62,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.14.1";
version = "3.15.0";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-3hBssoD6l0d1DC5SRhE7HQlcoxNPjz3G8jbQx2rzp60=";
hash = "sha256-xz1vP58hElXe/jLVrJOSpXcbqShBV7LHRpzqPLa2fDU=";
};
postPatch =