Skip to content

Commit 6a37f04

Browse files
committed
scrcpy: 2.6 -> 2.6.1
1 parent abbda0a commit 6a37f04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.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
};
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-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.

0 commit comments

Comments
 (0)