prometheus-artifactory-exporter: 1.13.0 -> 1.13.1

This commit is contained in:
R. Ryantm 2023-05-04 00:33:11 +00:00
parent aad25290ee
commit 914b27a779

View file

@ -6,14 +6,14 @@
buildGoModule rec {
pname = "artifactory_exporter";
version = "1.13.0";
version = "1.13.1";
rev = "v${version}";
src = fetchFromGitHub {
owner = "peimanja";
repo = pname;
rev = rev;
hash = "sha256-URavjOb0OEFul4jM3VR0buIMXmNU7nLJ0R3e8vRUWQ8=";
hash = "sha256-TXLIuTY5COHlhyp8xL9X02DbK2ku9AKnW5a4FYdzMic=";
};
vendorHash = "sha256-Gin134G4NPK8M2E2RrgH62ieiuCw15jwm9SJg03w9ts=";