Merge pull request #201813 from lbpdt/feature/prometheus-artifactory-exporter

authored by Martin Weinelt and committed by GitHub 52a977dd c0350cbb

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/artifactory-exporter.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "artifactory_exporter"; 5 - version = "1.9.4"; 5 + version = "1.9.5"; 6 6 rev = "v${version}"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "peimanja"; 10 10 repo = pname; 11 11 rev = rev; 12 - sha256 = "sha256-vrbuKWoKfDrgJEOYsncwJZ8lyAfanbV8jKQDVCZY2Sg="; 12 + sha256 = "sha256-QUluuxuOgeq5CnpmVh5uDC4SEWD97JbQCHiYjYUs/nI="; 13 13 }; 14 14 15 - vendorSha256 = "sha256-wKBSAZSE/lSUbkHkyBEkO0wvkrK6fKxXIjF6G+ILqHM="; 15 + vendorSha256 = "sha256-5yzBKgjJCv4tgdBS6XmZUq1ebbka0LOuv6BARWO7kQg="; 16 16 17 17 subPackages = [ "." ]; 18 18