Commit 7cdb5002 authored by Arian van Putten's avatar Arian van Putten
Browse files

grafanaPlugins.grafana-sentry-datasource: fix zipHash

There is a single ZIP containing all of the architectures

and without using the single ZIP this seems to be incompatible
with update-grafana-plugin.sh https://github.com/NixOS/nixpkgs/pull/288642/files#r2316035075
parent a31403a8
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -3,12 +3,7 @@
grafanaPlugin {
  pname = "grafana-sentry-datasource";
  version = "2.2.1";
  zipHash = {
    x86_64-linux = "sha256-6pjBUqUHXLLgFzfal/OKsMBVlVXxuRglOj3XRnnduRY=";
    aarch64-linux = "sha256-0kjxBnv34lRB5qeVOyik7qvlEsz7CYur9EyIDTe+AKM=";
    x86_64-darwin = "sha256-yHgF+XmJXnJjfPwabs1dsrnWvssTmYpeZUXUl+gQxfM=";
    aarch64-darwin = "sha256-ysLXSKG7q/u70NynYqKKRlYIl5rkYy0AMoza3sQSPNM=";
  };
  zipHash = "sha256-VJ1RpVWT3d+BrZ9zUoAaNshrE3zBgEkimqUl+innBhg=";
  meta = {
    description = "Integrate Sentry data into Grafana";
    license = lib.licenses.asl20;