grafana-image-renderer: 5.6.0 -> 5.6.2 (#496411)

This commit is contained in:
Nick Cao
2026-03-06 17:46:38 +00:00
committed by GitHub
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "grafana-image-renderer";
version = "5.6.0";
version = "5.6.2";
src = fetchFromGitHub {
owner = "grafana";
repo = "grafana-image-renderer";
tag = "v${finalAttrs.version}";
hash = "sha256-54ZW81QSsun7t0HhLTub2QVz7jA7PsueoAUeXuQXOqM=";
hash = "sha256-rbR+TGkTWIpHeGxOQtVQFIeTv1/p8rGfbFp6hSSXQco=";
};
vendorHash = "sha256-kGLvstSkucM0tN5l+Vp78IP9EwDx62kukAiOwYD4Vfs=";
vendorHash = "sha256-nRwd1luj8AFjDM67KtinVxRd31lUO+Vv3PDnsv2BMZU=";
postPatch = ''
substituteInPlace go.mod --replace-fail 'go 1.25.6' 'go 1.25.5'