File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616} :
1717
1818let
19- version = "2.6" ;
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-e3I/95on8U5uuqqufvlUjEBlHJTmTReGErE633FY6y4 =" ;
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-ROtdqWcpMZ+AtKr80QofSlDDaxSFEJQTrlt+8h67uPk =" ;
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.
You can’t perform that action at this time.
0 commit comments