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

Changed files
+3 -3
pkgs
by-name
sc
scrcpy
+3 -3
pkgs/by-name/sc/scrcpy/package.nix
···
}:
let
-
version = "3.3.1";
+
version = "3.3.2";
prebuilt_server = fetchurl {
name = "scrcpy-server";
inherit version;
url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}";
-
hash = "sha256-oPcLIKpJmPv2WMlBGM1sjatqu7Bkejvas0TXC8Hry7g=";
+
hash = "sha256-LuXKCGPvRA9bfHWFa7R1xSg9CoNZyzcLHBYTFP0p39k=";
};
in
stdenv.mkDerivation rec {
···
owner = "Genymobile";
repo = "scrcpy";
tag = "v${version}";
-
hash = "sha256-WotmLbktFLVpoRSmlxj7RLRYDhVQ7AWp4Awgry7kgIM=";
+
hash = "sha256-rwEsJlYlOIdgQfniAXdE2sg0WdI1ZxWxZV6MTFQoueg=";
};
# display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly.