Commit Graph

35 Commits

Author SHA1 Message Date
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Robert Schütz
690e76e063 gotop: fix build on Darwin
It failed with

    error: 'TARGET_OS_MAC' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
2023-03-11 18:49:36 -08:00
zowoq
ea57902e29 gotop: switch to go 1.19 2022-10-09 14:23:40 +10:00
Louis Bettens
991585e151 gotop: split man output 2022-10-01 10:16:37 +02:00
Louis Bettens
dc5e294e0b gotop: 4.1.4 -> 4.2.0 2022-09-30 11:10:46 +02:00
Stanisław Pitucha
9be329377c gotop: fix darwin build 2022-09-01 20:51:17 +10:00
Louis Bettens
1fc760e913 gotop: 4.1.3 -> 4.1.4 2022-07-15 23:22:59 +02:00
Louis Bettens
8a43996124 gotop: 4.1.2 -> 4.1.3 2022-02-15 09:01:51 +01:00
zowoq
06ced3b357 gotop: update vendorSha256 2022-01-31 06:31:22 +10:00
zowoq
082d7c22d8 gotop: switch to proxyVendor 2022-01-06 14:00:58 +10:00
Dmitry Kalinkin
775f5098c7
packer,cdk-go,gotop: mark as broken on darwin due to using an outdated gopsutil 2021-12-23 00:08:39 -05:00
Sandro
f3024ac294
gotop: cleanup 2021-07-21 15:37:14 +02:00
Mario Rodas
eb2a2b3f62 gotop: 4.1.1 -> 4.1.2
https://github.com/xxxserxxx/gotop/releases/tag/v4.1.2
2021-07-21 00:00:00 +00:00
Sandro
31a70d1144
Merge pull request #112140 from fabaff/version-gotop 2021-02-06 21:19:28 +01:00
R. RyanTM
fd120659b6
gotop: 4.1.0 -> 4.1.1 (#112136) 2021-02-06 16:09:25 +01:00
Fabian Affolter
ae9b96ed45 gotop: add release 2021-02-06 13:52:00 +01:00
Mario Rodas
cdd111b525 gotop: 4.0.1 -> 4.1.0
https://github.com/xxxserxxx/gotop/releases/tag/v4.1.0
2021-01-27 08:10:11 -05:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
zowoq
d5ebc45ba0 gotop: fix darwin build, enable checks 2020-08-15 10:57:56 +10:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM
4d0824b56f gotop: 3.5.3 -> 4.0.1 2020-06-14 16:28:11 +00:00
R. RyanTM
347320954a gotop: 3.5.2 -> 3.5.3 2020-06-08 19:26:01 +00:00
R. RyanTM
59775da44e gotop: 3.5.0 -> 3.5.2 2020-05-19 07:00:24 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Mario Rodas
d4bfccb1b7
gotop: 3.0.0 -> 3.5.0
Update src with maintained fork
2020-03-03 04:20:00 -05:00
Mario Rodas
1c17ccf6c2 gotop: 2.0.1 -> 3.0.0 (#58615) 2019-04-10 22:22:48 +02:00
Alyssa Ross
9e8c2671d7
gotop: use vendored dependencies 2019-02-19 18:00:33 +00:00
Alyssa Ross
6208ad3ee3
gotop: 1.7.1 -> 2.0.1 2019-02-19 12:27:40 +00:00
Henry
26785ae6fa gotop: 1.5.0 -> 1.7.1 2018-12-18 01:52:07 +01:00
Andrew Childs
975c9b57eb gotop: 1.2.9 -> 1.5.0 (#48407) 2018-10-15 08:04:43 +02:00
Alyssa Ross
20070b4ba0
gotop: works on non-Linux Unixes
From the README:

> Working and tested on Linux and OSX, with Windows support being worked
> on.
2018-07-23 11:45:28 +00:00
Bart Brouns
9ac303c225 gotop: init at 1.2.9 2018-04-12 16:17:11 +02:00