baddns: 1.3.3 -> 1.6.68
This commit is contained in:
parent
a55d4e61d0
commit
8d4c2adfc4
@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "baddns";
|
pname = "baddns";
|
||||||
version = "1.3.3";
|
version = "1.6.68";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "blacklanternsecurity";
|
owner = "blacklanternsecurity";
|
||||||
repo = "baddns";
|
repo = "baddns";
|
||||||
tag = "v${version}";
|
tag = version;
|
||||||
hash = "sha256-pF7HYl1l+TSahJHuyVBZtYeET6wPCiSi+Yi7Rg46T44=";
|
hash = "sha256-TQPjSmLXgcHYxBQFO1QPozs1XRaJDTakGN24LLuFdfY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user