waydroid-helper: 0.2.7 -> 0.2.9

This commit is contained in:
Jack Rosenberg
2026-06-05 12:23:59 +02:00
parent e91830af5e
commit 0110fbc56e
+2 -2
View File
@@ -26,13 +26,13 @@
}:
let
version = "0.2.7";
version = "0.2.9";
src = fetchFromGitHub {
owner = "ayasa520";
repo = "waydroid-helper";
tag = "v${version}";
hash = "sha256-I8DwaPQQz4eSyuTCwkbidhXACfpdOYcmGjP7d03DIU0=";
hash = "sha256-6mVb4GPD2NCsvyaqQAOFox0rNIlyOttiaZKbHBS40Rg=";
};
in
python3Packages.buildPythonApplication {