mtr-exporter: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-02-14 02:46:38 +00:00
parent 51c388cd92
commit 0270af5e2e
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "mtr-exporter";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "mgumz";
repo = "mtr-exporter";
rev = version;
hash = "sha256-dMlMUjbUg05Z8FFEPwMOiHzLiHSSjV1CzKqrt/qJ6Js=";
hash = "sha256-+MomCtDMhnN9HsWguvzCKKaBl5CO0vL27OBjQfuajLI=";
};
vendorHash = null;