Merge pull request #256359 from RaitoBezarius/update/netdata

This commit is contained in:
Ryan Lahfa
2023-10-07 17:12:18 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
# Don't forget to update go.d.plugin.nix as well # Don't forget to update go.d.plugin.nix as well
version = "1.42.2"; version = "1.42.4";
pname = "netdata"; pname = "netdata";
src = fetchFromGitHub { src = fetchFromGitHub {
@@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
repo = "netdata"; repo = "netdata";
rev = "v${version}"; rev = "v${version}";
hash = if withCloudUi hash = if withCloudUi
then "sha256-8L8PhPgNIHvw+Dcx2D6OE8fp2+GEYOc9wEIoPJSqXME=" then "sha256-MaU9sOQD+Y03M+yoSWt1GuV+DrBlD7+r/Qm2JJ9s8EU="
else "sha256-J/pKKxTNoSwvsyVaRsnazQQqu2C8zx1QEAkB+gkR5lU="; else "sha256-41QntBt0MoO1hAsDb8LhHgvvNMzt9R1ZdgiPaR7NrPU=";
fetchSubmodules = true; fetchSubmodules = true;
# Remove v2 dashboard distributed under NCUL1. Make sure an empty # Remove v2 dashboard distributed under NCUL1. Make sure an empty

View File

@@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "netdata-go-plugins"; pname = "netdata-go-plugins";
version = "0.54.1"; version = "0.56.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "netdata"; owner = "netdata";
repo = "go.d.plugin"; repo = "go.d.plugin";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-3cBgXkvXhSTwQ6qbUbH1nOba5QkjSKtzi2rb+OY06jE="; hash = "sha256-OA//50j7MWCNyQ85DzSkk0kI8XonBOMpEmsIJ7QLbHY=";
}; };
vendorHash = "sha256-DLRcS8wqnwGRLEeMqWj5SfUvE3fz1hty9jItNfmCdRw="; vendorHash = "sha256-1ir6paAz4NyJDPivBrHyiTrNwJMJ00Q4/sWBLBnwqPM=";
doCheck = false; doCheck = false;