18 lines
418 B
TOML
18 lines
418 B
TOML
# Escrita a mano (Etapa G, tanda 2026-07-05b): fuera del radar de nixpkgs; último tag
|
|
# estable resuelto con git ls-remote, vía Go automática del lab.
|
|
name = "puredns"
|
|
version = "2.1.1"
|
|
|
|
[source]
|
|
repo = "https://github.com/d3mondev/puredns"
|
|
commit = "e1478a433e00bf3081d4bbb1e02b037a673c97ac"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = []
|
|
|
|
[deps]
|
|
build = ["go"]
|