Unverified Commit 86cf7215 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

waydroid-nftables: 1.6.1 -> 1.6.2 (#493013)

parents 1aad4db6 58e662da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [