Skip to content

Commit

Permalink
prometheus-ipmi-exporter: 1.9.0 -> 1.10.0 (#381637)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Feb 13, 2025
2 parents 626a3dd + e61496f commit 8b5206f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/ipmi-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "ipmi_exporter";
version = "1.9.0";
version = "1.10.0";

src = fetchFromGitHub {
owner = "prometheus-community";
repo = "ipmi_exporter";
rev = "v${version}";
hash = "sha256-0JNt3XbXGbAfaBQ13X/vrBhhN39hY4kwoBQ9obxsAd0=";
hash = "sha256-Go47Txf/NX9ytMvvFQeNVCw0ORWqbsg2sIWK4MVRyIA=";
};

vendorHash = "sha256-dUf++LhoKWJxQfu9Latr8mCkeid5EAi+6yRdWDkTeP8=";
vendorHash = "sha256-OXVUFamFv1BZTXuIfmaYHc1y9B9j4ndo1/2CGLNavh0=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit 8b5206f

Please sign in to comment.