baddns: 1.3.3 -> 1.6.68

This commit is contained in:
R. Ryantm 2025-01-13 21:48:40 +00:00
parent a55d4e61d0
commit 8d4c2adfc4

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "baddns";
version = "1.3.3";
version = "1.6.68";
pyproject = true;
src = fetchFromGitHub {
owner = "blacklanternsecurity";
repo = "baddns";
tag = "v${version}";
hash = "sha256-pF7HYl1l+TSahJHuyVBZtYeET6wPCiSi+Yi7Rg46T44=";
tag = version;
hash = "sha256-TQPjSmLXgcHYxBQFO1QPozs1XRaJDTakGN24LLuFdfY=";
};
pythonRelaxDeps = true;