baddns: 1.10.185 -> 1.11.236

Diff: https://github.com/blacklanternsecurity/baddns/compare/1.10.185...1.11.236

Changelog: https://github.com/blacklanternsecurity/baddns/releases/tag/1.11.236

+2 -2
+2 -2
pkgs/by-name/ba/baddns/package.nix
··· 7 7 8 8 python3.pkgs.buildPythonApplication rec { 9 9 pname = "baddns"; 10 - version = "1.10.185"; 10 + version = "1.11.236"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "blacklanternsecurity"; 15 15 repo = "baddns"; 16 16 tag = version; 17 - hash = "sha256-pstfEpcEk0k5T/Os9pEyxTQ62MTW/XFQPOwY/OyHHwY="; 17 + hash = "sha256-GaUZ3WLIxACsdSe262Ie1R1m8K/5X2ILGs6PWm/poUI="; 18 18 }; 19 19 20 20 pythonRelaxDeps = true;