freerdp: 3.14.1 -> 3.15.0

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-05-12 14:49:26 +02:00
parent 92680598ef
commit 0a62cb5608
+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 =