tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
compactor: don't overuse pname
Doron Behar
2 years ago
113f140a
12128314
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
compactor
default.nix
+2
-2
pkgs/applications/networking/compactor/default.nix
···
10
11
src = fetchFromGitHub {
12
owner = "dns-stats";
13
-
repo = pname;
14
rev = version;
15
fetchSubmodules = true;
16
hash = "sha256-5Z14suhO5ghhmZsSj4DsSoKm+ct2gQFO6qxhjmx4Xm4=";
···
68
meta = with lib; {
69
description = "Tools to capture DNS traffic and record it in C-DNS files";
70
homepage = "https://dns-stats.org/";
71
-
changelog = "https://github.com/dns-stats/${pname}/raw/${version}/ChangeLog.txt";
72
license = licenses.mpl20;
73
maintainers = with maintainers; [ fdns ];
74
platforms = platforms.unix;
···
10
11
src = fetchFromGitHub {
12
owner = "dns-stats";
13
+
repo = "compactor";
14
rev = version;
15
fetchSubmodules = true;
16
hash = "sha256-5Z14suhO5ghhmZsSj4DsSoKm+ct2gQFO6qxhjmx4Xm4=";
···
68
meta = with lib; {
69
description = "Tools to capture DNS traffic and record it in C-DNS files";
70
homepage = "https://dns-stats.org/";
71
+
changelog = "https://github.com/dns-stats/compactor/raw/${version}/ChangeLog.txt";
72
license = licenses.mpl20;
73
maintainers = with maintainers; [ fdns ];
74
platforms = platforms.unix;