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

Commits on Dec 4, 2020

  1. nvtop: 1.0.0 -> 1.1.0

    r-ryantm committed Dec 4, 2020
    Copy the full SHA
    e505956 View commit details
  2. Merge pull request #105900 from r-ryantm/auto-update/nvtop

    nvtop: 1.0.0 -> 1.1.0
    SuperSandro2000 authored Dec 4, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    f40eea5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/system/nvtop/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/system/nvtop/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "nvtop";
version = "1.0.0";
version = "1.1.0";

src = fetchFromGitHub {
owner = "Syllo";
repo = "nvtop";
rev = version;
sha256 = "1b6yz54xddip1r0k8cbqg41dpyhds18fj29bj3yf40xvysklb0f4";
sha256 = "1h24ppdz7l6l0znwbgir49f7r1fshzjavc6i5j33c6bvr318dpqb";
};

cmakeFlags = [