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

Commits on Jun 14, 2020

  1. gotop: 3.5.3 -> 4.0.1

    r-ryantm committed Jun 14, 2020
    Copy the full SHA
    4d0824b View commit details
  2. Merge pull request #90370 from r-ryantm/auto-update/gotop

    gotop: 3.5.3 -> 4.0.1
    Br1ght0ne authored Jun 14, 2020
    Copy the full SHA
    0d72522 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/system/gotop/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/system/gotop/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gotop";
version = "3.5.3";
version = "4.0.1";

src = fetchFromGitHub {
owner = "xxxserxxx";
repo = pname;
rev = "v${version}";
sha256 = "0m1a5bdqjgsm9fy3d2c6r4nil013cizqyqf19k6r4p9bq8rajnzp";
sha256 = "10qfzmq1wdgpvv319khzicalix1x4fqava0wry3bzz84k5c9dabs";
};

vendorSha256 = "1pxp0a1hldkdmh174adhq8q0wyz005g7wm8yxknchvp7krxi9r0v";
vendorSha256 = "1crphp41bfivfmfp3cl7pjca3ypds6mr3847msd4wvfq4g6imk55";

meta = with stdenv.lib; {
description = "A terminal based graphical activity monitor inspired by gtop and vtop";