lol

dq: 20250201 -> 20251001

authored by

R. Ryantm and committed by
Nikolay Korotkiy
2bf6e7a4 382d9ca4

+8 -3
+8 -3
pkgs/by-name/dq/dq/package.nix
··· 7 7 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "dq"; 10 - version = "20250201"; 10 + version = "20251001"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "janmojzis"; 14 14 repo = "dq"; 15 15 tag = finalAttrs.version; 16 - hash = "sha256-SFX71SNLvBTxDC8xWOMAp2gYz+8K5fod2hSTzQAXpo8="; 16 + hash = "sha256-+3NGtHx9DI7s3V8aIJkW25apYAoFuLuiQ4TGsr981c8="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ installShellFiles ]; ··· 31 31 description = "Recursive DNS/DNSCurve server and comandline tool"; 32 32 homepage = "https://github.com/janmojzis/dq"; 33 33 changelog = "https://github.com/janmojzis/dq/releases/tag/${finalAttrs.version}"; 34 - license = lib.licenses.cc0; 34 + license = with lib.licenses; [ 35 + bsd0 36 + cc0 37 + mit 38 + mit0 39 + ]; 35 40 platforms = lib.platforms.unix; 36 41 maintainers = with lib.maintainers; [ sikmir ]; 37 42 };