freerdpUnstable: 2.11.1 -> 2.11.2

This commit is contained in:
R. Ryantm 2023-09-27 00:05:09 +00:00
parent 8ab2b1221d
commit a2f529ef31

View file

@ -76,13 +76,13 @@ let
in
stdenv.mkDerivation rec {
pname = "freerdp";
version = "2.11.1";
version = "2.11.2";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = version;
sha256 = "sha256-x97I0TDPAd/zULM/FpAvYQTcArG2CwGoUUp/eEM4vdc=";
sha256 = "sha256-buInsfjzpY4EF7bSojy42YNXssbNriSQGYBFE/DUJ7A=";
};
postPatch = ''