pacu: 1.6.1 -> 1.6.2 (#492013)

This commit is contained in:
Fabian Affolter
2026-02-19 15:56:46 +00:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@ let
in
python.pkgs.buildPythonApplication (finalAttrs: {
pname = "pacu";
version = "1.6.1";
version = "1.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "RhinoSecurityLabs";
repo = "pacu";
tag = "v${finalAttrs.version}";
hash = "sha256-Td5H4O6/7Gh/rvP191xjCJmIbyc4ezZC5Fh4FZ39ZUM=";
hash = "sha256-Hrks6mvvmmdCMxprB/SPlkfcSu6uyoEVtb0eUD3CALo=";
};
pythonRelaxDeps = [