We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4dd0c7 commit 23635e9Copy full SHA for 23635e9
pkgs/servers/monitoring/prometheus/domain-exporter.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "domain-exporter";
10
- version = "1.24.0";
+ version = "1.24.1";
11
12
src = fetchFromGitHub {
13
owner = "caarlos0";
14
repo = "domain_exporter";
15
rev = "v${version}";
16
- hash = "sha256-ExMCdrel9uRCn31cKsZkrb3yojvO0UvJYytAn1eptyo=";
+ hash = "sha256-qk/shaWY7M2JDx6W4e7z8Nv7yWUZKZNGZE/mj4zCZHw=";
17
};
18
19
- vendorHash = "sha256-NfwxwfUpVNSARcVqOQgM++PkyLmTvXuN9nYBEPX2peY=";
+ vendorHash = "sha256-1j5alRdCbO/ZJhuvVuiSsNBMRm7RqMOY/ex6US7qaxU=";
20
21
doCheck = false; # needs internet connection
22
0 commit comments