3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #56049 from alyssais/gotop

gotop: 1.7.1 -> 2.0.1
This commit is contained in:
Alyssa Ross 2019-02-19 18:14:48 +00:00 committed by GitHub
commit 03bffcb674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 43 deletions

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "gotop-${version}";
version = "1.7.1";
version = "2.0.1";
goPackagePath = "github.com/cjbassi/gotop";
@ -10,11 +10,9 @@ buildGoPackage rec {
repo = "gotop";
owner = "cjbassi";
rev = version;
sha256 = "0dxnhal10kv6ypsg6mildzpz6vi1iw996q47f4rv8hvfyrffhzc9";
sha256 = "0xpm8nrn53kz65f93czflgdgr2a33qfi1w0gsgngrmaliq1vlpji";
};
goDeps = ./deps.nix;
meta = with stdenv.lib; {
description = "A terminal based graphical activity monitor inspired by gtop and vtop";
homepage = https://github.com/cjbassi/gotop;

View file

@ -1,39 +0,0 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
[
{
goPackagePath = "github.com/cjbassi/termui";
fetch = {
type = "git";
url = "https://github.com/cjbassi/termui";
rev = "e8dd23f6146c0e0d80f1be0163b8069abfbb921b";
sha256 = "0jds2mpa7whrwaznlkcn2y92q41zbf2rjj5267kl8zqllbia8cbx";
};
}
{
goPackagePath = "github.com/docopt/docopt-go";
fetch = {
type = "git";
url = "https://github.com/docopt/docopt-go";
rev = "ee0de3bc6815ee19d4a46c7eb90f829db0e014b1";
sha256 = "0hlra7rmi5pmd7d93rv56ahiy4qkgmq8a6mz0jpadvbi5qh8lq6j";
};
}
{
goPackagePath = "github.com/shirou/gopsutil";
fetch = {
type = "git";
url = "https://github.com/shirou/gopsutil";
rev = "51e6519305e4871657c291a6281fcddc6364bbef";
sha256 = "1pvvaj51m0w2v6bp5hhhzfy27hbicf4ga7r9m073vqcwjnfyz431";
};
}
{
goPackagePath = "golang.org/x/sys";
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
rev = "9b800f95dbbc54abff0acf7ee32d88ba4e328c89";
sha256 = "07v3l7q7y59cwvw0mc85i39v7qjcc1jh4svwi789rmrqqm5nq7q6";
};
}
]