mtr-exporter: 0.6.0 -> 0.7.0 (#524032)

This commit is contained in:
Nikolay Korotkiy
2026-05-30 12:54:19 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "mtr-exporter";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "mgumz";
repo = "mtr-exporter";
rev = finalAttrs.version;
hash = "sha256-GkTkL72ZdxeCMG24rjGx8vWt5GQqrTXNxTDpQ81ite8=";
hash = "sha256-X765/f6dnnu10dti22wXMr74MIGqOraTVVcOeQBAqeA=";
};
vendorHash = null;