tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mtr-exporter: 0.1.0 -> 0.3.0
Aaron Jheng
2 years ago
89ef1fff
926db2b1
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
mtr-exporter
default.nix
+5
-5
pkgs/tools/networking/mtr-exporter/default.nix
···
1
{ lib, buildGoModule, fetchFromGitHub }:
2
3
-
buildGoModule {
4
pname = "mtr-exporter";
5
-
version = "0.1.0";
6
7
src = fetchFromGitHub {
8
owner = "mgumz";
9
repo = "mtr-exporter";
10
-
rev = "3ce854a53a44780d2294f59284d21b06aeae6940";
11
-
sha256 = "sha256-PZCSuvtTBD7yoUE1fR9Z/u3aa1BZgbrcj18smnWRYf4=";
12
};
13
14
-
vendorSha256 = "0njn0ac7j3lv8ax6jc3bg3hh96a42jal212qk6zxrd46nb5l1rj8";
15
16
meta = with lib; {
17
description = ''
···
1
{ lib, buildGoModule, fetchFromGitHub }:
2
3
+
buildGoModule rec {
4
pname = "mtr-exporter";
5
+
version = "0.3.0";
6
7
src = fetchFromGitHub {
8
owner = "mgumz";
9
repo = "mtr-exporter";
10
+
rev = version;
11
+
hash = "sha256-vVYdIfogXHixf1/7+uGKSxbqVmr9NeCUuNVYE07HoBw=";
12
};
13
14
+
vendorHash = null;
15
16
meta = with lib; {
17
description = ''