Merge pull request #238208 from r-ryantm/auto-update/prometheus-artifactory-exporter

prometheus-artifactory-exporter: 1.13.1 -> 1.13.2
This commit is contained in:
Weijia Wang 2023-06-17 15:44:30 +03:00 committed by GitHub
commit e2f54115aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,17 +6,17 @@
buildGoModule rec {
pname = "artifactory_exporter";
version = "1.13.1";
version = "1.13.2";
rev = "v${version}";
src = fetchFromGitHub {
owner = "peimanja";
repo = pname;
rev = rev;
hash = "sha256-TXLIuTY5COHlhyp8xL9X02DbK2ku9AKnW5a4FYdzMic=";
hash = "sha256-m5ToXry1LgjWSTU9bjOtsgfVF8wKiKuTwCIC7jNGSKY=";
};
vendorHash = "sha256-Gin134G4NPK8M2E2RrgH62ieiuCw15jwm9SJg03w9ts=";
vendorHash = "sha256-ikWxTHmqHFWAReKMf6LFza/bhkcfxa4euXUixKPvcpQ=";
subPackages = [ "." ];