scrcpy: 3.2 -> 3.3 (#415976)

authored by

Nick Cao and committed by
GitHub
b7e5dfb6 ff0e9eba

+3 -3
+3 -3
pkgs/by-name/sc/scrcpy/package.nix
··· 17 17 }: 18 18 19 19 let 20 - version = "3.2"; 20 + version = "3.3"; 21 21 prebuilt_server = fetchurl { 22 22 name = "scrcpy-server"; 23 23 inherit version; 24 24 url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"; 25 - hash = "sha256-uSDg6gGTa/JIL0ui+phcIsE8YhmZ49M7RbqlrPweo9A="; 25 + hash = "sha256-NRyy7cfkwsdfCaeTP9q88Te+UuJgLfFU8k7ALbRunlE="; 26 26 }; 27 27 in 28 28 stdenv.mkDerivation rec { ··· 33 33 owner = "Genymobile"; 34 34 repo = "scrcpy"; 35 35 tag = "v${version}"; 36 - hash = "sha256-k53iyCD/f4bsntqqEdmcgHL963BL17vidkgB6AcXkeE="; 36 + hash = "sha256-oDv/apC9OOItH4RFqssSo1/cDMyyrBkgLY+KPLEz1+c="; 37 37 }; 38 38 39 39 # display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly.