prometheus-nextcloud-exporter: 0.6.2 -> 0.7.0

ChangeLog: https://github.com/xperimental/nextcloud-exporter/releases/tag/v0.7.0
This commit is contained in:
Maximilian Bosch 2024-03-22 17:54:39 +01:00
parent 732cd2b4b8
commit b485d07e84
No known key found for this signature in database

View File

@ -1,17 +1,17 @@
{ lib, fetchFromGitHub, buildGoModule, nixosTests, fetchpatch }:
{ lib, fetchFromGitHub, buildGoModule, nixosTests }:
buildGoModule rec {
pname = "prometheus-nextcloud-exporter";
version = "0.6.2";
version = "0.7.0";
src = fetchFromGitHub {
owner = "xperimental";
repo = "nextcloud-exporter";
rev = "v${version}";
sha256 = "sha256-OiuhxawEpD29EhbzA9DYeJ1J1/uMQGgBTZR9m/5egHI=";
sha256 = "sha256-tbzXxrAzMZyyePeI+Age31+XJFJcp+1RqoCAGCKaLmQ=";
};
vendorHash = "sha256-QlMj4ATpJATlQAsrxIHG/1vrD5E/4brsda3BoGGzDgk=";
vendorHash = "sha256-9ABGc5uSOIjhKcnTH5WOuwg0kXhFsxOlAkatcOQy3dg=";
passthru.tests = { inherit (nixosTests.prometheus-exporters) nextcloud; };