dq: 20250201 -> 20251001

This commit is contained in:
R. Ryantm
2025-10-01 19:42:53 +04:00
committed by Nikolay Korotkiy
parent 382d9ca48e
commit 2bf6e7a43e
+8 -3
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dq";
version = "20250201";
version = "20251001";
src = fetchFromGitHub {
owner = "janmojzis";
repo = "dq";
tag = finalAttrs.version;
hash = "sha256-SFX71SNLvBTxDC8xWOMAp2gYz+8K5fod2hSTzQAXpo8=";
hash = "sha256-+3NGtHx9DI7s3V8aIJkW25apYAoFuLuiQ4TGsr981c8=";
};
nativeBuildInputs = [ installShellFiles ];
@@ -31,7 +31,12 @@ stdenv.mkDerivation (finalAttrs: {
description = "Recursive DNS/DNSCurve server and comandline tool";
homepage = "https://github.com/janmojzis/dq";
changelog = "https://github.com/janmojzis/dq/releases/tag/${finalAttrs.version}";
license = lib.licenses.cc0;
license = with lib.licenses; [
bsd0
cc0
mit
mit0
];
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ sikmir ];
};