freerdp: 3.16.0 -> 3.17.0

Diff: https://github.com/FreeRDP/FreeRDP/compare/3.16.0...3.17.0
This commit is contained in:
Sandro Jäckel
2025-08-22 13:34:47 +02:00
parent cba8e49ce5
commit 317fc34b26
+2 -2
View File
@@ -63,13 +63,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freerdp";
version = "3.16.0";
version = "3.17.0";
src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = finalAttrs.version;
hash = "sha256-HF4Is3ak2nYD2Fq6HGHwyM5OTBVqYqbB22otOprzfiQ=";
hash = "sha256-86RbzRgC93ZOt3MHRKJIRklEuyCQs6tHff5jk++yFok=";
};
postPatch = ''