From d07f69c2f24dca82645503458c34581e6e1face8 Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Fri, 20 Jun 2025 15:41:21 -0600 Subject: [PATCH] scrcpy: 3.3 -> 3.3.1 https://github.com/Genymobile/scrcpy/releases/tag/v3.3.1 Diff: https://github.com/Genymobile/scrcpy/compare/v3.3...v3.3.1 --- 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 c5f92b9a706c..48821d48f6ab 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"; + version = "3.3.1"; prebuilt_server = fetchurl { name = "scrcpy-server"; inherit version; url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"; - hash = "sha256-NRyy7cfkwsdfCaeTP9q88Te+UuJgLfFU8k7ALbRunlE="; + hash = "sha256-oPcLIKpJmPv2WMlBGM1sjatqu7Bkejvas0TXC8Hry7g="; }; in stdenv.mkDerivation rec { @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { owner = "Genymobile"; repo = "scrcpy"; tag = "v${version}"; - hash = "sha256-oDv/apC9OOItH4RFqssSo1/cDMyyrBkgLY+KPLEz1+c="; + hash = "sha256-WotmLbktFLVpoRSmlxj7RLRYDhVQ7AWp4Awgry7kgIM="; }; # display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly.