Skip to content

Commit c3f597a

Browse files
authored
Merge pull request #331622 from ryand56/update/scrcpy
scrcpy: 2.5 -> 2.6.1; migrate to pkgs/by-name
2 parents 417d721 + 6a37f04 commit c3f597a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pkgs/misc/scrcpy/default.nix renamed to pkgs/by-name/sc/scrcpy/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}:
1717

1818
let
19-
version = "2.5";
19+
version = "2.6.1";
2020
prebuilt_server = fetchurl {
2121
name = "scrcpy-server";
2222
inherit version;
2323
url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}";
24-
hash = "sha256-FIixEF1q/1NIc6Jr9hDNKuoG7oZ916TZxrssCROW6xU=";
24+
hash = "sha256-ynq1Cy4loOWvdZnDA4PjZZg/pbgI5lzi4cG7pb/o3Ds=";
2525
};
2626
in
2727
stdenv.mkDerivation rec {
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
3232
owner = "Genymobile";
3333
repo = "scrcpy";
3434
rev = "refs/tags/v${version}";
35-
hash = "sha256-VdZZ23tlWYvDgETfce7kYy/kdwDGBEBzB6UfplorAbE=";
35+
hash = "sha256-p5OQKi6JEam+bmtMKUY9WsQlI7tpExsIZQgGdgOj2sE=";
3636
};
3737

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

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12459,8 +12459,6 @@ with pkgs;
1245912459
inherit (darwin.apple_sdk.libs) utmp;
1246012460
};
1246112461

12462-
scrcpy = callPackage ../misc/scrcpy { };
12463-
1246412462
screen-message = callPackage ../tools/X11/screen-message { };
1246512463

1246612464
screenkey = callPackage ../applications/video/screenkey { };

0 commit comments

Comments
 (0)