Commit c3187597 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

grafana-image-renderer: 5.6.2 -> 5.7.1

parent 970fadbe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,19 +6,19 @@

buildGoModule (finalAttrs: {
  pname = "grafana-image-renderer";
  version = "5.6.2";
  version = "5.7.1";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "grafana-image-renderer";
    tag = "v${finalAttrs.version}";
    hash = "sha256-rbR+TGkTWIpHeGxOQtVQFIeTv1/p8rGfbFp6hSSXQco=";
    hash = "sha256-0n9esm8j3zRMUzFPrXrcllEen+F6XpL3yPY5KBY8H9g=";
  };

  vendorHash = "sha256-nRwd1luj8AFjDM67KtinVxRd31lUO+Vv3PDnsv2BMZU=";

  postPatch = ''
    substituteInPlace go.mod --replace-fail 'go 1.25.6' 'go 1.25.5'
    substituteInPlace go.mod --replace-fail 'go 1.26.1' 'go 1.25.7'
  '';

  subPackages = [ "." ];