Skip to content

Commit a71c103

Browse files
authored
grafana-image-renderer: 5.6.0 -> 5.6.2 (#496411)
2 parents 6d3b5bf + 4ab498b commit a71c103

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gr/grafana-image-renderer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule (finalAttrs: {
88
pname = "grafana-image-renderer";
9-
version = "5.6.0";
9+
version = "5.6.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "grafana";
1313
repo = "grafana-image-renderer";
1414
tag = "v${finalAttrs.version}";
15-
hash = "sha256-54ZW81QSsun7t0HhLTub2QVz7jA7PsueoAUeXuQXOqM=";
15+
hash = "sha256-rbR+TGkTWIpHeGxOQtVQFIeTv1/p8rGfbFp6hSSXQco=";
1616
};
1717

18-
vendorHash = "sha256-kGLvstSkucM0tN5l+Vp78IP9EwDx62kukAiOwYD4Vfs=";
18+
vendorHash = "sha256-nRwd1luj8AFjDM67KtinVxRd31lUO+Vv3PDnsv2BMZU=";
1919

2020
postPatch = ''
2121
substituteInPlace go.mod --replace-fail 'go 1.25.6' 'go 1.25.5'

0 commit comments

Comments
 (0)