From c24e2a32ea86ba558d2f1a5946ffcb1128421d1d Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Sat, 6 Sep 2025 13:37:18 -0600 Subject: [PATCH] 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 --- pkgs/by-name/sc/scrcpy/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sc/scrcpy/package.nix b/pkgs/by-name/sc/scrcpy/package.nix index 488470050b93..cb0e61c09cde 100644 --- a/pkgs/by-name/sc/scrcpy/package.nix +++ b/pkgs/by-name/sc/scrcpy/package.nix @@ -17,12 +17,12 @@ }: 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 { @@ -33,7 +33,7 @@ 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.