prometheus-smartctl-exporter: 0.10.0 -> 0.11.0

+2 -2
+2 -2
pkgs/servers/monitoring/prometheus/smartctl-exporter/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "smartctl_exporter"; 9 - version = "0.10.0"; 9 + version = "0.11.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "prometheus-community"; 13 13 repo = pname; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-M4d8l9EbOZsi2ubyRo7KSBYewcC9NidW/Rf1QVVIvo8="; 15 + hash = "sha256-oUdMsUAlN/4uRSzxQrO0TOVRgyEdxYkGtf3VoNbxdhw="; 16 16 }; 17 17 18 18 vendorHash = "sha256-0WLI+nLhRkf1CGhSer1Jkv1nUho5sxIbTE/Mf5JmX7U=";