netdata: 1.42.0 -> 1.42.1

This commit is contained in:
R. Ryantm 2023-08-25 15:45:43 +00:00
parent e9e72a4b0d
commit 23d4032e75

View File

@ -17,14 +17,14 @@
stdenv.mkDerivation rec {
# Don't forget to update go.d.plugin.nix as well
version = "1.42.0";
version = "1.42.1";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
hash = "sha256-Gd+lZVi0bU/7dXCZaPyRwWKkFOm+QNbuwgxcXS2YO7E=";
hash = "sha256-uVr897LF5F+ZGz2rzrTBLhoOOFE+BrE69xztQM8Lq8Q=";
fetchSubmodules = true;
};