waydroid-nftables: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm
2026-02-22 12:24:14 +00:00
parent 76e87812ad
commit 58e662da1f
+2 -2
View File
@@ -22,14 +22,14 @@
python3Packages.buildPythonApplication rec {
pname = "waydroid";
version = "1.6.1";
version = "1.6.2";
pyproject = false;
src = fetchFromGitHub {
owner = "waydroid";
repo = "waydroid";
tag = version;
hash = "sha256-2ywAgWYMQ7N2P4x/0maNUSn3pdaRAWyATaraRAGafxI=";
hash = "sha256-idO2eFR+OZBYce5WpCpIEWgMGDuq+vW9nT9i56trt34=";
};
nativeBuildInputs = [