Unverified Commit 9edb6201 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

grafana-image-renderer: 5.2.3 -> 5.4.0 (#483414)

parents e6cfdbc8 04cbae83
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.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 = [ "." ];