waydroid-helper: 0.2.6 -> 0.2.7

This commit is contained in:
R. Ryantm
2025-09-11 03:32:50 +00:00
parent 7c05be024d
commit bb394d508a
+2 -2
View File
@@ -26,13 +26,13 @@
}:
let
version = "0.2.6";
version = "0.2.7";
src = fetchFromGitHub {
owner = "ayasa520";
repo = "waydroid-helper";
tag = "v${version}";
hash = "sha256-iLBgryNb8NGsfjZmI0xxGFv+lAt0XFT2uXdEabTIRyA=";
hash = "sha256-I8DwaPQQz4eSyuTCwkbidhXACfpdOYcmGjP7d03DIU0=";
};
in
python3Packages.buildPythonApplication {