Skip to content

Commit

Permalink
prometheus-domain-exporter: 1.24.0 -> 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 24, 2025
1 parent e4dd0c7 commit 23635e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/domain-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "domain-exporter";
version = "1.24.0";
version = "1.24.1";

src = fetchFromGitHub {
owner = "caarlos0";
repo = "domain_exporter";
rev = "v${version}";
hash = "sha256-ExMCdrel9uRCn31cKsZkrb3yojvO0UvJYytAn1eptyo=";
hash = "sha256-qk/shaWY7M2JDx6W4e7z8Nv7yWUZKZNGZE/mj4zCZHw=";
};

vendorHash = "sha256-NfwxwfUpVNSARcVqOQgM++PkyLmTvXuN9nYBEPX2peY=";
vendorHash = "sha256-1j5alRdCbO/ZJhuvVuiSsNBMRm7RqMOY/ex6US7qaxU=";

doCheck = false; # needs internet connection

Expand Down

0 comments on commit 23635e9

Please sign in to comment.