pacu: 1.5.3 -> 1.6.0

This commit is contained in:
R. Ryantm 2024-05-28 23:00:52 +00:00
parent 535b744c25
commit 45c9392111

@ -12,14 +12,14 @@ let
in in
python.pkgs.buildPythonApplication rec { python.pkgs.buildPythonApplication rec {
pname = "pacu"; pname = "pacu";
version = "1.5.3"; version = "1.6.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "RhinoSecurityLabs"; owner = "RhinoSecurityLabs";
repo = "pacu"; repo = "pacu";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-DLyTWyfDOawtBZ7rIzVc0PFgagpM7qbaAbOJE6nh0Wo="; hash = "sha256-Td5H4O6/7Gh/rvP191xjCJmIbyc4ezZC5Fh4FZ39ZUM=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [