waydroid: 1.4.3 -> 1.5.1

This commit is contained in:
R. Ryantm
2025-03-28 02:09:23 +00:00
parent 65eda81688
commit a6c2af6774
+2 -2
View File
@@ -21,14 +21,14 @@
python3Packages.buildPythonApplication rec {
pname = "waydroid";
version = "1.4.3";
version = "1.5.1";
format = "other";
src = fetchFromGitHub {
owner = "waydroid";
repo = "waydroid";
tag = version;
hash = "sha256-LejyuGYgW46++95XROuWc13Q+w0l+AzGAl9ekfmAIEk=";
hash = "sha256-G/JQR1C4osbZDUQSqLu48C468W6f2SeNkogVEiGhnmA=";
};
patches = [