From f6429b355efc7f161c9a1f38352fd2ead6ee780c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 21 Oct 2024 21:04:42 +0200 Subject: [PATCH] apkleaks: 2.6.2 -> 2.6.3 Diff: https://github.com/dwisiswant0/apkleaks/compare/refs/tags/v2.6.2...v2.6.3 Changelog: https://github.com/dwisiswant0/apkleaks/releases/tag/v2.6.3 --- pkgs/tools/security/apkleaks/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/apkleaks/default.nix b/pkgs/tools/security/apkleaks/default.nix index a8be3c4323c8..17677755409d 100644 --- a/pkgs/tools/security/apkleaks/default.nix +++ b/pkgs/tools/security/apkleaks/default.nix @@ -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 ];