Skip to content

Commit

Permalink
Merge pull request NixOS#261407 from r-ryantm/auto-update/prometheus-…
Browse files Browse the repository at this point in the history
…nextcloud-exporter

prometheus-nextcloud-exporter: 0.6.1 -> 0.6.2
  • Loading branch information
NickCao authored Oct 16, 2023
2 parents 942b3db + ce49828 commit 50e430a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/nextcloud-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "prometheus-nextcloud-exporter";
version = "0.6.1";
version = "0.6.2";

src = fetchFromGitHub {
owner = "xperimental";
repo = "nextcloud-exporter";
rev = "v${version}";
sha256 = "sha256-8Pz1Xa8P0T+5P4qCoyRyRqPtAaSiZw4BV+rSZf4exC0=";
sha256 = "sha256-OiuhxawEpD29EhbzA9DYeJ1J1/uMQGgBTZR9m/5egHI=";
};

vendorHash = "sha256-NIJH5Ya+fZ+37y+Lim/WizNCOYk1lpPRf6u70IoiFZk=";
vendorHash = "sha256-QlMj4ATpJATlQAsrxIHG/1vrD5E/4brsda3BoGGzDgk=";

passthru.tests = { inherit (nixosTests.prometheus-exporters) nextcloud; };

Expand Down

0 comments on commit 50e430a

Please sign in to comment.