diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-06 13:24:25 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 17:25:16 +0200 |
commit | 21fdacb995b05f23897fc45fad86215973986805 (patch) | |
tree | 0c75dd6ea7baad8ad99c437e1e8acc7d53593859 /host | |
parent | Fix prometheus args (diff) | |
download | Spacebar-Open-Infrastructure-21fdacb995b05f23897fc45fad86215973986805.tar.xz |
Add missing hashes
Diffstat (limited to 'host')
-rwxr-xr-x | host/Spacebar-monitoring/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Spacebar-monitoring/configuration.nix b/host/Spacebar-monitoring/configuration.nix index 88a643f..3369094 100755 --- a/host/Spacebar-monitoring/configuration.nix +++ b/host/Spacebar-monitoring/configuration.nix @@ -248,7 +248,7 @@ options = { path = pkgs.fetchurl { url = "https://grafana.com/api/dashboards/3662/revisions/2/download"; - hash = "sha256:"; + hash = "sha256:111krihyc4ydwcb9r9a6xrn10841nprvb7sz36az2djqyzrj4yzs"; }; }; } @@ -261,7 +261,7 @@ options = { path = pkgs.fetchurl { url = "https://grafana.com/api/dashboards/1860/revisions/31/download"; - hash = "sha256:"; + hash = "sha256:120wyg0d1ycn8wkyng9ngms4v2hri8b7x37dfd318qdjfsr4gi22"; }; }; } |