prometheus-artifactory-exporter: 1.13.1 -> 1.13.2
This commit is contained in:
parent
7cc30fd537
commit
f0b20373c1
1 changed files with 3 additions and 3 deletions
|
@ -6,17 +6,17 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "artifactory_exporter";
|
pname = "artifactory_exporter";
|
||||||
version = "1.13.1";
|
version = "1.13.2";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "peimanja";
|
owner = "peimanja";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = rev;
|
rev = rev;
|
||||||
hash = "sha256-TXLIuTY5COHlhyp8xL9X02DbK2ku9AKnW5a4FYdzMic=";
|
hash = "sha256-m5ToXry1LgjWSTU9bjOtsgfVF8wKiKuTwCIC7jNGSKY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-Gin134G4NPK8M2E2RrgH62ieiuCw15jwm9SJg03w9ts=";
|
vendorHash = "sha256-ikWxTHmqHFWAReKMf6LFza/bhkcfxa4euXUixKPvcpQ=";
|
||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue