Merge pull request #241039 from r-ryantm/auto-update/netdata

netdata: 1.40.0 -> 1.40.1
This commit is contained in:
figsoda 2023-07-02 09:50:01 -04:00 committed by GitHub
commit d1d9c0e108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
stdenv.mkDerivation rec {
# Don't forget to update go.d.plugin.nix as well
version = "1.40.0";
version = "1.40.1";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "sha256-phPfbmzOVOLBCD29tg5DAak+Q2548iqiE1ZXbEkBhzc=";
sha256 = "sha256-4bYCsEeB0kEYtVFVXymFv7ELUo9RXoKbPjOlDKav8Rg=";
fetchSubmodules = true;
};