Merge pull request #333234 from r-ryantm/auto-update/freerdp3

freerdp3: 3.6.3 -> 3.7.0
This commit is contained in:
Nick Cao 2024-08-24 11:26:16 -04:00 committed by GitHub
commit 48f585590b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,13 +68,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.6.3";
version = "3.7.0";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-LdgHQ2lb3cde4cX4aIwHvSo0q9iwpLzaWDHbv1/rneE=";
hash = "sha256-o/Sp9mMEIxtXa0oIpxYG9Fm8YejStUYcW/jkdPwyE5I=";
};
postPatch = ''