From 7e9f41c295c2fae84fa0d40efacf1bfa933220d2 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 15 Jul 2023 03:08:18 +0530 Subject: scrcpy: 2.1 -> 2.1.1 Diff: https://github.com/Genymobile/scrcpy/compare/v2.1...v2.1.1 --- pkgs/misc/scrcpy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/misc/scrcpy') diff --git a/pkgs/misc/scrcpy/default.nix b/pkgs/misc/scrcpy/default.nix index d6fb53dd86d93..78d37b9480a4b 100644 --- a/pkgs/misc/scrcpy/default.nix +++ b/pkgs/misc/scrcpy/default.nix @@ -16,10 +16,10 @@ }: let - version = "2.1"; + version = "2.1.1"; prebuilt_server = fetchurl { url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"; - sha256 = "sha256-W4vxlAJkuTDHGhxhTFfaIkf1Ky1CQLyoZcxtNm3/Zog="; + sha256 = "sha256-lVjbbFZ0Oh3AOzj1mAH7QOkcyJH4/AyJ5bCwZ3YfFI4="; }; in stdenv.mkDerivation rec { @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { owner = "Genymobile"; repo = pname; rev = "v${version}"; - sha256 = "sha256-M5zOKwqQ0y70gsI+c0Or7hUzz4fH/8DqcOeKq4Vryc4="; + sha256 = "sha256-SRIQqmvqB1kudUvt0HTFPMdk7MLWEcK2jOT0on1rh+E="; }; # display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly. -- cgit 1.4.1