Skip to content

Commit

Permalink
scrcpy: 2.7 -> 3.0 (NixOS#358820)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Nov 26, 2024
2 parents 8e1a49b + 1c6dea2 commit cbdb3a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sc/scrcpy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}:

let
version = "2.7";
version = "3.0";
prebuilt_server = fetchurl {
name = "scrcpy-server";
inherit version;
url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}";
hash = "sha256-ojxWWfNsJg8QXAItJ7yz6v/6JgcOe6qe2mbQE3ehrbo=";
hash = "sha256-gABExiqU1fwW9auchtRbEFDq4+tDZRTRsNL+Jka4lOo=";
};
in
stdenv.mkDerivation rec {
Expand All @@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "Genymobile";
repo = "scrcpy";
rev = "refs/tags/v${version}";
hash = "sha256-OBMm/GkiIdZaJd9X62vY4M6FVKiHTBwqRtH220bYej4=";
hash = "sha256-fKfiBx3uQH30ZLCWRY33KyisjxLDvWJCdKbGn4j0dWw=";
};

# display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly.
Expand Down

0 comments on commit cbdb3a0

Please sign in to comment.