Merge pull request #252855 from RaitoBezarius/update/netdata

netdata: 1.42.1 -> 1.42.2

authored by

Matthias Beyer and committed by
GitHub
af213b3a b7b082bb

+2 -2
+2 -2
pkgs/tools/system/netdata/default.nix
··· 17 18 stdenv.mkDerivation rec { 19 # Don't forget to update go.d.plugin.nix as well 20 - version = "1.42.1"; 21 pname = "netdata"; 22 23 src = fetchFromGitHub { 24 owner = "netdata"; 25 repo = "netdata"; 26 rev = "v${version}"; 27 - hash = "sha256-uVr897LF5F+ZGz2rzrTBLhoOOFE+BrE69xztQM8Lq8Q="; 28 fetchSubmodules = true; 29 }; 30
··· 17 18 stdenv.mkDerivation rec { 19 # Don't forget to update go.d.plugin.nix as well 20 + version = "1.42.2"; 21 pname = "netdata"; 22 23 src = fetchFromGitHub { 24 owner = "netdata"; 25 repo = "netdata"; 26 rev = "v${version}"; 27 + hash = "sha256-8L8PhPgNIHvw+Dcx2D6OE8fp2+GEYOc9wEIoPJSqXME="; 28 fetchSubmodules = true; 29 }; 30