Unverified Commit 54d0c2b1 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge pull request #288755 from r-ryantm/auto-update/grafana

grafana: 10.3.1 -> 10.3.3
parents b2b6f1fe 1303e3e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ let
in
buildGoModule rec {
  pname = "grafana";
  version = "10.3.1";
  version = "10.3.3";

  excludedPackages = [ "alert_webhook_listener" "clean-swagger" "release_publisher" "slow_proxy" "slow_proxy_mac" "macaron" "devenv" "modowners" ];

@@ -40,7 +40,7 @@ buildGoModule rec {
    owner = "grafana";
    repo = "grafana";
    rev = "v${version}";
    hash = "sha256-UPIq7BWTlT0omt/SM5+vkfOHvsdcx/ikkjcW9X8pcw0=";
    hash = "sha256-uAfHcW9j+al8IIH2N6X5wssQmSXqJjVQzwERBCxGxVE=";
  };

  offlineCache = stdenv.mkDerivation {
@@ -72,7 +72,7 @@ buildGoModule rec {

  disallowedRequisites = [ offlineCache ];

  vendorHash = "sha256-Gf2A22d7/8xU/ld7kveqGonVKGFCArGNansPRGhfyXM=";
  vendorHash = "sha256-nGv/DBNnQ4AOJtrsYIGLCrV1xNmBN0dDf6u46R3TAHo=";

  nativeBuildInputs = [ wire yarn jq moreutils removeReferencesTo python3 ];