3
0
Fork 0
forked from mirrors/nixpkgs

scrcpy: 2.2 -> 2.3.1

This commit is contained in:
Sandro Jäckel 2023-12-02 18:04:24 +01:00
parent 9657d65093
commit 1c0851c453
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -16,12 +16,12 @@
}: }:
let let
version = "2.2"; version = "2.3.1";
prebuilt_server = fetchurl { prebuilt_server = fetchurl {
name = "scrcpy-server"; name = "scrcpy-server";
inherit version; inherit version;
url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"; url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}";
hash = "sha256-yFxKqEMF77aRFc1JehIOvdECWJk7TPEjqCRbPZnUmHQ="; hash = "sha256-9oFIIvwwinpTLyU0hckDgYPGKWpsXfRwqeODtPjnYFs=";
}; };
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "Genymobile"; owner = "Genymobile";
repo = "scrcpy"; repo = "scrcpy";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-2/IsDZJAtERs2AG6J4LR/ffy4XYmaj0KeSwZLQ849Lc="; hash = "sha256-RM29WjzsYnn26x/Xr2RKp0p87/v+Jl8skEcAwxhZEtU=";
}; };
# display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly. # display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly.