mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
dnsdiag: 2.5.0 -> 2.6.0
Diff: https://github.com/farrokhi/dnsdiag/compare/refs/tags/v2.5.0...v2.6.0 Changelog: https://github.com/farrokhi/dnsdiag/releases/tag/v2.6.0
This commit is contained in:
parent
b4cca74d1b
commit
25d33b8c78
@ -6,19 +6,20 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "dnsdiag";
|
||||
version = "2.5.0";
|
||||
version = "2.6.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "farrokhi";
|
||||
repo = "dnsdiag";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-qUbHwbLPDyy24GNu3dDJQKV3B71q1ODNMyRFIWwyRuo=";
|
||||
hash = "sha256-6TDs+ncbVa7LWtGLlqEXJb9zzXZ+nAhbi4QGyCSu3ho=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
||||
dependencies = with python3.pkgs; [
|
||||
aioquic
|
||||
cryptography
|
||||
cymruwhois
|
||||
dnspython
|
||||
|
Loading…
Reference in New Issue
Block a user