freerdp: 3.6.0 -> 3.6.3

This commit is contained in:
Sandro Jäckel
2024-07-17 19:46:01 +02:00
parent 2914938efa
commit 058112ecfa
@@ -68,13 +68,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.6.0";
version = "3.6.3";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-wGfktzy8vrhTZE0ZG+gtsXsCmarXFs/yHcnZFeoFHGY=";
hash = "sha256-LdgHQ2lb3cde4cX4aIwHvSo0q9iwpLzaWDHbv1/rneE=";
};
postPatch = ''