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

Commits on Nov 11, 2020

  1. ctop: 0.7.4 -> 0.7.5

    r-ryantm committed Nov 11, 2020
    Copy the full SHA
    23c932f View commit details
  2. Merge pull request #103378 from r-ryantm/auto-update/ctop

    ctop: 0.7.4 -> 0.7.5
    marsam authored Nov 11, 2020
    Copy the full SHA
    893f97f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/system/ctop/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/system/ctop/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "ctop";
version = "0.7.4";
version = "0.7.5";

src = fetchFromGitHub {
owner = "bcicen";
repo = pname;
rev = "v${version}";
sha256 = "0zslxd00pypn6ri7r420mqxjqy3i6qv944f7899saapsb2m08w7j";
sha256 = "0mm1gapnz67mwc346jr530xwpiajq1b2f295s8gz5nrb2a23mqln";
};

vendorSha256 = "0a5rwnf251jbp7jz2ln8z9hqp0112c6kx0y09nncvlcki35qq9sh";