We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d3b5bf + 4ab498b commit a71c103Copy full SHA for a71c103
pkgs/by-name/gr/grafana-image-renderer/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule (finalAttrs: {
8
pname = "grafana-image-renderer";
9
- version = "5.6.0";
+ version = "5.6.2";
10
11
src = fetchFromGitHub {
12
owner = "grafana";
13
repo = "grafana-image-renderer";
14
tag = "v${finalAttrs.version}";
15
- hash = "sha256-54ZW81QSsun7t0HhLTub2QVz7jA7PsueoAUeXuQXOqM=";
+ hash = "sha256-rbR+TGkTWIpHeGxOQtVQFIeTv1/p8rGfbFp6hSSXQco=";
16
};
17
18
- vendorHash = "sha256-kGLvstSkucM0tN5l+Vp78IP9EwDx62kukAiOwYD4Vfs=";
+ vendorHash = "sha256-nRwd1luj8AFjDM67KtinVxRd31lUO+Vv3PDnsv2BMZU=";
19
20
postPatch = ''
21
substituteInPlace go.mod --replace-fail 'go 1.25.6' 'go 1.25.5'
0 commit comments