Unverified Commit 9ff5a910 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

node-exporter: convert sha256 into hash

parent f5f45117
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";