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: 0508481dc96c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bc51448c00e0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 19, 2020

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

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Nov 19, 2020
    Copy the full SHA
    3e35be8 View commit details

Commits on Nov 24, 2020

  1. Merge pull request #104255 from rissson/netdata-go.d.plugin-0.25.0

    netdata: go.d.plugin: 0.20.0 -> 0.25.0
    RaghavSood authored Nov 24, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bc51448 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/system/netdata/go.d.plugin.nix
6 changes: 3 additions & 3 deletions pkgs/tools/system/netdata/go.d.plugin.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

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

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

vendorSha256 = "1k84l97fw4s9jdwbka4p168m7l7wil0c4cpijis8ypj3g1xfrw90";
vendorSha256 = "16b6i9cpk8j7292qgjvida70rg7nixi6g94wayzikx01vmdbis5r";

doCheck = false;