pacu: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm 2024-04-15 16:32:29 +00:00
parent 26594c44f5
commit f21b4571e8

View File

@ -12,14 +12,14 @@ let
in in
python.pkgs.buildPythonApplication rec { python.pkgs.buildPythonApplication rec {
pname = "pacu"; pname = "pacu";
version = "1.5.2"; version = "1.5.3";
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-Ty++jNJTk8YKy6Sl6xj1Xs25ZxJCeF9m/iwdA2fRXnI="; hash = "sha256-DLyTWyfDOawtBZ7rIzVc0PFgagpM7qbaAbOJE6nh0Wo=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [