File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1616} :
1717
1818let
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 } ;
2626in
2727stdenv . 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.
Original file line number Diff line number Diff 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 { };
You can’t perform that action at this time.
0 commit comments