grafana: 10.3.1 -> 10.3.3

This commit is contained in:
R. Ryantm 2024-02-14 09:14:20 +00:00
parent d6745ed014
commit 1303e3e066

View file

@ -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 ];