freerdp: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm 2022-02-23 05:37:03 +00:00 committed by Jonathan Ringer
parent a1599dcf1d
commit f69cd3d324

View File

@ -52,13 +52,13 @@ let
in
stdenv.mkDerivation rec {
pname = "freerdp";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = version;
sha256 = "sha256-OLz/f4E+Haumw5Jaw+F1hiHz0jfcywhfK3fEUgLorao=";
sha256 = "sha256-gYHnorj2Up0aAVeltCCPOg/j3DY0ukWWNUU7uikvys0=";
};
postPatch = ''