scrcpy: 1.18 -> 1.19

This commit is contained in:
Harsh Shandilya 2021-09-11 02:51:08 +05:30
parent 22ed641010
commit 6e7014169f
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -10,10 +10,10 @@
}:
let
version = "1.18";
version = "1.19";
prebuilt_server = fetchurl {
url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}";
sha256 = "18si7k9hyqa77yy9w747kl2x2pivyigny49dwzx9sfd9xmmmq734";
sha256 = "sha256-h2+TIhguaqxqWNsTNPQiWFXvOhfq68gKq2YB2dHsuGc=";
};
in
stdenv.mkDerivation rec {
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
owner = "Genymobile";
repo = pname;
rev = "v${version}";
sha256 = "019948v63qhmp742hmar7a98ss673m0wdycpphjhfl1kg4iihiya";
sha256 = "sha256-IR4FTbVtHp9rRm0U4d1zkl0u+oR5FeElJ91NIspSKWg=";
};
# postPatch: