Maximilian Bosch 2026-06-19 14:32:41 +02:00 committed by github-actions[bot]
commit e48f3bbabf

View file

@ -6,19 +6,19 @@
buildGoModule (finalAttrs: {
pname = "grafana-image-renderer";
version = "5.7.3";
version = "5.8.11";
src = fetchFromGitHub {
owner = "grafana";
repo = "grafana-image-renderer";
tag = "v${finalAttrs.version}";
hash = "sha256-CrJkBx2BMGlFtqXR174A5CVTH2GIZHTVxxwJjCi68pg=";
hash = "sha256-qNi268XHyKQ2kvT24ovhzUEREaYMXWlGHfcuyRHjRYQ=";
};
vendorHash = "sha256-3nd0m0PltTiJX5e1tbQ7LSgUmDRXC8nRktOVAIgHOCU=";
vendorHash = "sha256-QiseTdsFOBg3aDYpdmLHfXL9eFll6iJo4wSKwXvdGnM=";
postPatch = ''
substituteInPlace go.mod --replace-fail 'go 1.26.1' 'go 1.25.7'
substituteInPlace go.mod --replace-fail 'go 1.26.4' 'go 1.26.3'
'';
subPackages = [ "." ];