Skip to content

Commit

Permalink
netdata: 1.47.4 -> 1.47.5 (#363038)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens authored Dec 11, 2024
2 parents 91aec70 + 970a263 commit ca5381c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/netdata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let
stdenv' = if stdenv.hostPlatform.isDarwin then overrideSDK stdenv "11.0" else stdenv;
in
stdenv'.mkDerivation (finalAttrs: {
version = "1.47.4";
version = "1.47.5";
pname = "netdata";

src = fetchFromGitHub {
Expand All @@ -62,10 +62,10 @@ stdenv'.mkDerivation (finalAttrs: {
rev = "v${finalAttrs.version}";
hash =
if withCloudUi then
"sha256-PCaY6J3X4zUUJ8kRCGmLLbk2Pkp5CnH3rxOaoAdsKG4="
"sha256-+cPYwjxg/+A5bNa517zg9xKEjUa8uPM9WD67tToPH5o="
# we delete the v2 GUI after fetching
else
"sha256-W4g/ns+XfBSf6iACIW+6lfzZJLMktTfe5/n3egL27XE=";
"sha256-0aiBUkDymmdIT/u1y2PG30QYAvb8Zc4i8ZgjOtlzt+A=";
fetchSubmodules = true;

# Remove v2 dashboard distributed under NCUL1. Make sure an empty
Expand Down

0 comments on commit ca5381c

Please sign in to comment.