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
This commit is contained in:
Arian van Putten
2025-09-02 15:07:02 +02:00
parent a31403a886
commit 7cdb5002b1
@@ -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;