Merge pull request #257529 from r-ryantm/auto-update/freerdpUnstable

freerdpUnstable: 2.11.1 -> 2.11.2
This commit is contained in:
Nick Cao 2023-09-27 09:38:38 -04:00 committed by GitHub
commit 99cc16caef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''