Unverified Commit 55babb59 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

netdata: 2.8.4 -> 2.8.5 (#479535)

parents 0a9a4a5f c2a5832b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,13 +66,13 @@ stdenv.mkDerivation (
  finalAttrs:
  {
    pname = "netdata";
    version = "2.8.4";
    version = "2.8.5";

    src = fetchFromGitHub {
      owner = "netdata";
      repo = "netdata";
      rev = "v${finalAttrs.version}";
      hash = "sha256-rrwoyTejfOwSWMZ0juTE4CzgeRVBrC7AISFUoFBMaIs=";
      hash = "sha256-NO6KE2Gf09Y9Ff6uJQj5XAZ+05WMdvRV2iSBdWTs2CE=";
      fetchSubmodules = true;
    };