scrcpy: 3.2 -> 3.3

Diff: https://github.com/Genymobile/scrcpy/compare/v3.2...v3.3
This commit is contained in:
Ryan Omasta
2025-06-11 15:54:11 -06:00
parent bd3a2b9f7e
commit d5aa812208
+3 -3
View File
@@ -17,12 +17,12 @@
}:
let
version = "3.2";
version = "3.3";
prebuilt_server = fetchurl {
name = "scrcpy-server";
inherit version;
url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}";
hash = "sha256-uSDg6gGTa/JIL0ui+phcIsE8YhmZ49M7RbqlrPweo9A=";
hash = "sha256-NRyy7cfkwsdfCaeTP9q88Te+UuJgLfFU8k7ALbRunlE=";
};
in
stdenv.mkDerivation rec {
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
owner = "Genymobile";
repo = "scrcpy";
tag = "v${version}";
hash = "sha256-k53iyCD/f4bsntqqEdmcgHL963BL17vidkgB6AcXkeE=";
hash = "sha256-oDv/apC9OOItH4RFqssSo1/cDMyyrBkgLY+KPLEz1+c=";
};
# display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly.