Skip to content

Commit 39d921e

Browse files
authored
prometheus-domain-exporter: 1.24.0 -> 1.24.1 (#384788)
2 parents 63035b5 + 23635e9 commit 39d921e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/monitoring/prometheus/domain-exporter.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "domain-exporter";
10-
version = "1.24.0";
10+
version = "1.24.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "caarlos0";
1414
repo = "domain_exporter";
1515
rev = "v${version}";
16-
hash = "sha256-ExMCdrel9uRCn31cKsZkrb3yojvO0UvJYytAn1eptyo=";
16+
hash = "sha256-qk/shaWY7M2JDx6W4e7z8Nv7yWUZKZNGZE/mj4zCZHw=";
1717
};
1818

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

2121
doCheck = false; # needs internet connection
2222

0 commit comments

Comments
 (0)