scrcpy: 3.3.1 -> 3.3.2

https://github.com/Genymobile/scrcpy/releases/tag/v3.3.2
Diff: https://github.com/Genymobile/scrcpy/compare/v3.3.1...v3.3.2

+3 -3
+3 -3
pkgs/by-name/sc/scrcpy/package.nix
··· 17 17 }: 18 18 19 19 let 20 - version = "3.3.1"; 20 + version = "3.3.2"; 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-oPcLIKpJmPv2WMlBGM1sjatqu7Bkejvas0TXC8Hry7g="; 25 + hash = "sha256-LuXKCGPvRA9bfHWFa7R1xSg9CoNZyzcLHBYTFP0p39k="; 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-WotmLbktFLVpoRSmlxj7RLRYDhVQ7AWp4Awgry7kgIM="; 36 + hash = "sha256-rwEsJlYlOIdgQfniAXdE2sg0WdI1ZxWxZV6MTFQoueg="; 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.