netdata: 1.43.0 -> 1.43.2

+3 -3
+3 -3
pkgs/tools/system/netdata/default.nix
··· 19 20 stdenv.mkDerivation rec { 21 # Don't forget to update go.d.plugin.nix as well 22 - version = "1.43.0"; 23 pname = "netdata"; 24 25 src = fetchFromGitHub { ··· 27 repo = "netdata"; 28 rev = "v${version}"; 29 hash = if withCloudUi 30 - then "sha256-hrwuJLO9/K5QT3j8d5RYHcpBHChpKvwajaCoUfikw88=" 31 - else "sha256-+bX6pVpW6N1ms04k63sJg0E9XMOai5K9IjEQPeVCzs8="; 32 fetchSubmodules = true; 33 34 # Remove v2 dashboard distributed under NCUL1. Make sure an empty
··· 19 20 stdenv.mkDerivation rec { 21 # Don't forget to update go.d.plugin.nix as well 22 + version = "1.43.2"; 23 pname = "netdata"; 24 25 src = fetchFromGitHub { ··· 27 repo = "netdata"; 28 rev = "v${version}"; 29 hash = if withCloudUi 30 + then "sha256-ZhSuU2VTJPFJ3ja5eHx5uTuR19LleoID8Efr9FTyg74=" 31 + else "sha256-t2awo118mYbuoNiKiAxM5xpRmQSha+/NR5G+shsotek="; 32 fetchSubmodules = true; 33 34 # Remove v2 dashboard distributed under NCUL1. Make sure an empty