qtscrcpy: 3.1.2 -> 3.1.3 (#388400)

This commit is contained in:
Aleksana
2025-03-12 21:04:49 +08:00
committed by GitHub

View File

@@ -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
(_: {