Unverified Commit 775bc93f authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

grafana-image-renderer: 3.10.0 -> 3.10.1

parent 276fcd6d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,18 +7,18 @@

mkYarnPackage rec {
  pname = "grafana-image-renderer";
  version = "3.10.0";
  version = "3.10.1";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "grafana-image-renderer";
    rev = "v${version}";
    hash = "sha256-fl2vDaGLR2ZlHnljfHYPN0EmbGqJwVs5dBkXRDJ3fM8=";
    hash = "sha256-hfq0wuDoZ/3kiXVgwFPGRXMGxeRRVvCzi+VWJczOwgM=";
  };

  offlineCache = fetchYarnDeps {
    yarnLock = src + "/yarn.lock";
    hash = "sha256-6x42/UaTNmoglgHDqfa0LjQz8PeOwUVqI5BOEuzdnuM=";
    hash = "sha256-NqzADMMjxxZQOPt0lJOWoJ8WEU7hFJmnwRnSQPYMtLo=";
  };

  packageJSON = ./package.json;
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
    "@types/supertest": "^2.0.15",
    "@typescript-eslint/eslint-plugin": "5.37.0",
    "@typescript-eslint/parser": "5.37.0",
    "axios": "1.6.0",
    "axios": "1.6.7",
    "cross-env": "7.0.3",
    "eslint": "8.23.1",
    "eslint-config-prettier": "8.5.0",