Loading pkgs/by-name/gr/grafana-image-renderer/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,19 +6,19 @@ buildGoModule (finalAttrs: { pname = "grafana-image-renderer"; version = "5.2.3"; version = "5.4.0"; src = fetchFromGitHub { owner = "grafana"; repo = "grafana-image-renderer"; tag = "v${finalAttrs.version}"; hash = "sha256-YoJ50PhpxXQLpZpq+fLiN2uYU1C6w8C2UVun/klee4E="; hash = "sha256-rCFdjM5ZBHcfl4/WXM4CPdLlIprJr3HATboBF89sMFA="; }; vendorHash = "sha256-kGLvstSkucM0tN5l+Vp78IP9EwDx62kukAiOwYD4Vfs="; postPatch = '' substituteInPlace go.mod --replace-fail 'go 1.25.5' 'go 1.25.4' substituteInPlace go.mod --replace-fail 'go 1.25.6' 'go 1.25.5' ''; subPackages = [ "." ]; Loading Loading
pkgs/by-name/gr/grafana-image-renderer/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,19 +6,19 @@ buildGoModule (finalAttrs: { pname = "grafana-image-renderer"; version = "5.2.3"; version = "5.4.0"; src = fetchFromGitHub { owner = "grafana"; repo = "grafana-image-renderer"; tag = "v${finalAttrs.version}"; hash = "sha256-YoJ50PhpxXQLpZpq+fLiN2uYU1C6w8C2UVun/klee4E="; hash = "sha256-rCFdjM5ZBHcfl4/WXM4CPdLlIprJr3HATboBF89sMFA="; }; vendorHash = "sha256-kGLvstSkucM0tN5l+Vp78IP9EwDx62kukAiOwYD4Vfs="; postPatch = '' substituteInPlace go.mod --replace-fail 'go 1.25.5' 'go 1.25.4' substituteInPlace go.mod --replace-fail 'go 1.25.6' 'go 1.25.5' ''; subPackages = [ "." ]; Loading