Unverified Commit 89b4aa83 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

qtscrcpy: 3.1.2 -> 3.1.3 (#388400)

parents b06b1fac 4d7085c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

stdenv.mkDerivation rec {
  pname = "qtscrcpy";
  version = "3.1.2";
  version = "3.1.3";

  src =
    (fetchFromGitHub {
      owner = "barry-ran";
      repo = "QtScrcpy";
      tag = "v${version}";
      hash = "sha256-Fu6ZYS8B9YyeOLybyLknpbTOrCROshzd1O0Kn3qYYOs=";
      hash = "sha256-deJachXKClyJymUSRgqlwZhwr4Hlo4GXynJRlyu6uBU=";
      fetchSubmodules = true;
    }).overrideAttrs
      (_: {