Merge pull request #243832 from SuperSandro2000/scrcpy

scrcpy: make server display nicer in nix store diff-closure
This commit is contained in:
Sandro 2023-07-16 21:04:56 +02:00 committed by GitHub
commit 916fd5ce9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@
let
version = "2.1.1";
prebuilt_server = fetchurl {
name = "scrcpy-server";
inherit version;
url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}";
sha256 = "sha256-lVjbbFZ0Oh3AOzj1mAH7QOkcyJH4/AyJ5bCwZ3YfFI4=";
};