Commit f6429b35 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent a0fa667e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "apkleaks";
  version = "2.6.2";
  version = "2.6.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dwisiswant0";
    repo = "apkleaks";
    rev = "refs/tags/v${version}";
    hash = "sha256-a7zOowvhV9H91RwNDImN2+ecixY8g3WUotlBQVdmLgA=";
    hash = "sha256-8P4LZsyq0mSVdE6QhnW3QaaA3UAg4UDBS3jSg7Kg/oY=";
  };

  build-system = with python3.pkgs; [ setuptools ];