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

freerdpUnstable: 2.11.0 -> 2.11.1
This commit is contained in:
Francesco Gazzetta 2023-09-09 19:23:15 +00:00 committed by GitHub
commit 88bd4c2622
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.0";
version = "2.11.1";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = version;
sha256 = "sha256-yyJs6J2R2L2YtNKzHFW6X6I1aJTHipBA1+yuT7bR9Zg=";
sha256 = "sha256-x97I0TDPAd/zULM/FpAvYQTcArG2CwGoUUp/eEM4vdc=";
};
postPatch = ''