blocky: embed version info (#200215)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Bjørn Forsman 2022-11-09 17:26:46 +01:00 committed by GitHub
parent 60762c6576
commit 7f290a9d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,8 @@ buildGoModule rec {
vendorSha256 = "sha256-fsMBL9qyhIrV6eAsqpSaNniibMdYRVBnl2KCzStvMGQ=";
ldflags = [ "-s" "-w" "-X github.com/0xERR0R/blocky/util.Version=${version}" ];
meta = with lib; {
description = "Fast and lightweight DNS proxy as ad-blocker for local network with many features.";
homepage = "https://0xerr0r.github.io/blocky";