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 }: 18 19 let 20 - version = "3.3.1"; 21 prebuilt_server = fetchurl { 22 name = "scrcpy-server"; 23 inherit version; 24 url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"; 25 - hash = "sha256-oPcLIKpJmPv2WMlBGM1sjatqu7Bkejvas0TXC8Hry7g="; 26 }; 27 in 28 stdenv.mkDerivation rec { ··· 33 owner = "Genymobile"; 34 repo = "scrcpy"; 35 tag = "v${version}"; 36 - hash = "sha256-WotmLbktFLVpoRSmlxj7RLRYDhVQ7AWp4Awgry7kgIM="; 37 }; 38 39 # display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly.
··· 17 }: 18 19 let 20 + version = "3.3.2"; 21 prebuilt_server = fetchurl { 22 name = "scrcpy-server"; 23 inherit version; 24 url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"; 25 + hash = "sha256-LuXKCGPvRA9bfHWFa7R1xSg9CoNZyzcLHBYTFP0p39k="; 26 }; 27 in 28 stdenv.mkDerivation rec { ··· 33 owner = "Genymobile"; 34 repo = "scrcpy"; 35 tag = "v${version}"; 36 + hash = "sha256-rwEsJlYlOIdgQfniAXdE2sg0WdI1ZxWxZV6MTFQoueg="; 37 }; 38 39 # display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly.