freerdp3: 3.5.1 -> 3.6.0

This commit is contained in:
R. Ryantm 2024-07-04 13:38:53 +00:00
parent 381a94c16d
commit 9ed495c616

View File

@ -68,13 +68,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.5.1";
version = "3.6.0";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-8yWMnwJbvyUiEuX+2bEim1IeqPx20u9yvNIVe7MC/ZQ=";
hash = "sha256-wGfktzy8vrhTZE0ZG+gtsXsCmarXFs/yHcnZFeoFHGY=";
};
postPatch = ''