mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
netdata: 1.45.0 -> 1.45.3
https://github.com/netdata/netdata/releases/tag/v1.45.3
This commit is contained in:
parent
32a8884ba4
commit
c1429c606f
@ -20,8 +20,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
# Don't forget to update go.d.plugin.nix as well
|
version = "1.45.3";
|
||||||
version = "1.45.0";
|
|
||||||
pname = "netdata";
|
pname = "netdata";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -29,8 +28,9 @@ stdenv.mkDerivation rec {
|
|||||||
repo = "netdata";
|
repo = "netdata";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = if withCloudUi
|
hash = if withCloudUi
|
||||||
then "sha256-AyhS5vwGZLnc+xmf9Qvk2v8rTzhHSUe7LpAbwRYjrKM="
|
then "sha256-QJqfKo5UFMoACHbVr1Dd9jMo0xkjrW3gUnF25tUvzk8="
|
||||||
else "sha256-11UHXPnXC4pzK/oXOZJ7f9X86EV9uHOvMtOCnxTV86U=";
|
# we delete the v2 GUI after fetching
|
||||||
|
else "sha256-JzCepVfuf6uu/GuGkwnTYeeW1TxmMuPkgS0203pG8YE=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
|
|
||||||
# Remove v2 dashboard distributed under NCUL1. Make sure an empty
|
# Remove v2 dashboard distributed under NCUL1. Make sure an empty
|
||||||
|
Loading…
Reference in New Issue
Block a user