1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

apkleaks: 2.6.2 -> 2.6.3 (#350311)

This commit is contained in:
Fabian Affolter 2024-10-22 10:22:28 +02:00 committed by GitHub
commit b7bfc97255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];