2022-12-06T14:15:55 netdata 1.36.1 -> 1.37.1 https://github.com/netdata/netdata/releases 2022-12-06T14:15:57 attrpath: netdata 2022-12-06T14:15:57 Checking auto update branch... 2022-12-06T14:15:57 An auto update branch exists with message `netdata: add changelog to meta`. New version is 1.37.1. 2022-12-06T14:15:57 The auto update branch does not match or exceed the new version. 2022-12-06T14:16:01 [version] 2022-12-06T14:16:16 [version] updated version and sha256 2022-12-06T14:16:16 [rustCrateVersion] 2022-12-06T14:16:16 [rustCrateVersion] No cargoSha256 found 2022-12-06T14:16:16 [golangModuleVersion] 2022-12-06T14:16:16 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-06T14:16:16 [updateScript] 2022-12-06T14:16:16 [updateScript] skipping because derivation has no updateScript 2022-12-06T14:16:16 2022-12-06T14:16:16 [quotedUrls] 2022-12-06T14:16:16 [quotedUrls] nothing found to replace 2022-12-06T14:16:16 Diff after rewrites: diff --git a/pkgs/tools/system/netdata/default.nix b/pkgs/tools/system/netdata/default.nix index d27ebc4e2a6..0952b8e6d50 100644 --- a/pkgs/tools/system/netdata/default.nix +++ b/pkgs/tools/system/netdata/default.nix @@ -19,14 +19,14 @@ with lib; let go-d-plugin = callPackage ./go.d.plugin.nix {}; in stdenv.mkDerivation rec { - version = "1.36.1"; + version = "1.37.1"; pname = "netdata"; src = fetchFromGitHub { owner = "netdata"; repo = "netdata"; rev = "v${version}"; - sha256 = "sha256-Msbzfcxq9hqerA9eXuMle+pAhDAAWWE/v0DKXgnhEnM="; + sha256 = "sha256-SsrdjFENPkI7Ed1gKt28sygJ5NgZ5un+5baIQ3Kv7yE="; fetchSubmodules = true; }; 2022-12-06T14:21:03 Successfully finished processing 2022-12-06T14:21:03 cachix "/nix/store/4phmd9adqxgb4m7gp6lf2zq22szbpyz5-netdata-1.37.1" 2022-12-06T14:21:59 [check][nixpkgs-review] 2022-12-06T14:24:52 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-06T14:24:54 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/netdata/netdata/releases. meta.description for netdata is: "Real-time performance monitoring tool" meta.homepage for netdata is: "https://www.netdata.cloud/" meta.changelog for netdata is: "" ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.37.1 with grep in /nix/store/4phmd9adqxgb4m7gp6lf2zq22szbpyz5-netdata-1.37.1 - found 1.37.1 in filename of file in /nix/store/4phmd9adqxgb4m7gp6lf2zq22szbpyz5-netdata-1.37.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath netdata ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4phmd9adqxgb4m7gp6lf2zq22szbpyz5-netdata-1.37.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A netdata https://github.com/r-ryantm/nixpkgs/archive/a3a8bceef85ef99235735a6349f1397a3c02c0a8.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4phmd9adqxgb4m7gp6lf2zq22szbpyz5-netdata-1.37.1 ls -la /nix/store/4phmd9adqxgb4m7gp6lf2zq22szbpyz5-netdata-1.37.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings 2022-12-06T14:24:57 Updated existing PR 2022-12-06T14:24:57 https://api.github.com/repos/NixOS/nixpkgs/pulls/204458