Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c550213fba91
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 915ad2e9d81a
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 21, 2020

  1. netdata: go.d.plugin: 0.25.0 -> 0.26.2

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 21, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    def3109 View commit details
  2. netdata: 1.26.0 -> 1.28.0

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 21, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6e9d407 View commit details

Commits on Jan 1, 2021

  1. Merge pull request #107306 from rissson/pkgs-netdata-1.28.0

    netdata: 1.26.0 -> 1.28.0
    Lassulus authored Jan 1, 2021
    Copy the full SHA
    915ad2e View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/tools/system/netdata/default.nix
  2. +2 −2 pkgs/tools/system/netdata/go.d.plugin.nix
4 changes: 2 additions & 2 deletions pkgs/tools/system/netdata/default.nix
Original file line number Diff line number Diff line change
@@ -15,14 +15,14 @@ with stdenv.lib;
let
go-d-plugin = callPackage ./go.d.plugin.nix {};
in stdenv.mkDerivation rec {
version = "1.26.0";
version = "1.28.0";
pname = "netdata";

src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "0pvl1y1qscwp1chrbmk43xf9ddjxgfm0hcslbdbljjis7ng4gacg";
sha256 = "1266jbfw55r1zh00xi6c90j2fs9hw8hmsb7686rh04l8mffny9f4";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
4 changes: 2 additions & 2 deletions pkgs/tools/system/netdata/go.d.plugin.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "netdata-go.d.plugin";
version = "0.25.0";
version = "0.26.2";

src = fetchFromGitHub {
owner = "netdata";
repo = "go.d.plugin";
rev = "v${version}";
sha256 = "0cp1asw10a8ndndzq8r57mncrm8521aw3x081vrlfqvhp6qahr3j";
sha256 = "1jy5pc1ihyrg6sqyw0d48bsqa7kr7kqz10k3845g958vgfmfig59";
};

vendorSha256 = "16b6i9cpk8j7292qgjvida70rg7nixi6g94wayzikx01vmdbis5r";