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
1
{ lib, buildGoModule, fetchFromGitHub }:
2
2
3
3
-
buildGoModule {
3
3
+
buildGoModule rec {
4
4
pname = "mtr-exporter";
5
5
-
version = "0.1.0";
5
5
+
version = "0.3.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "mgumz";
9
9
repo = "mtr-exporter";
10
10
-
rev = "3ce854a53a44780d2294f59284d21b06aeae6940";
11
11
-
sha256 = "sha256-PZCSuvtTBD7yoUE1fR9Z/u3aa1BZgbrcj18smnWRYf4=";
10
10
+
rev = version;
11
11
+
hash = "sha256-vVYdIfogXHixf1/7+uGKSxbqVmr9NeCUuNVYE07HoBw=";
12
12
};
13
13
14
14
-
vendorSha256 = "0njn0ac7j3lv8ax6jc3bg3hh96a42jal212qk6zxrd46nb5l1rj8";
14
14
+
vendorHash = null;
15
15
16
16
meta = with lib; {
17
17
description = ''