mtr-exporter: 0.5.1 -> 0.6.0

This commit is contained in:
R. Ryantm
2025-06-05 10:04:30 +00:00
parent d3ce1e9ebf
commit fd7c6b0bf0
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "mtr-exporter";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "mgumz";
repo = "mtr-exporter";
rev = version;
hash = "sha256-+myQg27TGclU+SfU8oO+DvXYqc/8sWE2zRK6fL2DhwM=";
hash = "sha256-GkTkL72ZdxeCMG24rjGx8vWt5GQqrTXNxTDpQ81ite8=";
};
vendorHash = null;