about summary refs log tree commit diff
path: root/pkgs/misc/scrcpy
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-07-15 03:08:18 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-07-15 03:08:18 +0530
commit7e9f41c295c2fae84fa0d40efacf1bfa933220d2 (patch)
tree88c46e25c0f05523b405aba96da928c7f4630c71 /pkgs/misc/scrcpy
parentafd92f23e3bcee2504a2fce54d81f80a4d18a2f0 (diff)
scrcpy: 2.1 -> 2.1.1
Diff: https://github.com/Genymobile/scrcpy/compare/v2.1...v2.1.1
Diffstat (limited to 'pkgs/misc/scrcpy')
-rw-r--r--pkgs/misc/scrcpy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/scrcpy/default.nix b/pkgs/misc/scrcpy/default.nix
index d6fb53dd86d93..78d37b9480a4b 100644
--- a/pkgs/misc/scrcpy/default.nix
+++ b/pkgs/misc/scrcpy/default.nix
@@ -16,10 +16,10 @@
 }:
 
 let
-  version = "2.1";
+  version = "2.1.1";
   prebuilt_server = fetchurl {
     url = "https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}";
-    sha256 = "sha256-W4vxlAJkuTDHGhxhTFfaIkf1Ky1CQLyoZcxtNm3/Zog=";
+    sha256 = "sha256-lVjbbFZ0Oh3AOzj1mAH7QOkcyJH4/AyJ5bCwZ3YfFI4=";
   };
 in
 stdenv.mkDerivation rec {
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     owner = "Genymobile";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-M5zOKwqQ0y70gsI+c0Or7hUzz4fH/8DqcOeKq4Vryc4=";
+    sha256 = "sha256-SRIQqmvqB1kudUvt0HTFPMdk7MLWEcK2jOT0on1rh+E=";
   };
 
   #   display.c: When run without a hardware accelerator, this allows the command to continue working rather than failing unexpectedly.