node-exporter: convert sha256 into hash

This commit is contained in:
superherointj 2024-04-25 18:30:38 -03:00 committed by GitHub
parent f5f451174d
commit 9ff5a910a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ buildGoModule rec {
inherit rev;
owner = "prometheus";
repo = "node_exporter";
sha256 = "sha256-TC7F/LQnn6OIhvWLy75MQyVGS7DlgJLbbaAUZUZTvEo=";
hash = "sha256-TC7F/LQnn6OIhvWLy75MQyVGS7DlgJLbbaAUZUZTvEo=";
};
vendorHash = "sha256-sly8AJk+jNZG8ijTBF1Pd5AOOUJJxIG8jHwBUdlt8fM=";