summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-12-07 14:33:39 -0800
committerGitHub <noreply@github.com>2020-12-07 14:33:39 -0800
commitf0c414d510a6de41e02979c76bf2fa631df7be34 (patch)
tree5b530dbd1727d594933cc1b5140fdc347dbb431d /pkgs
parent1e688c5dda060514598926027e4670f92d26f35a (diff)
parent2313a2908ef36823220f27bb9268750921b4ca9c (diff)
Merge pull request #106278 from r-ryantm/auto-update/htop
htop: 3.0.2 -> 3.0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/htop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/htop/default.nix b/pkgs/tools/system/htop/default.nix
index 29f361195d5a..a36cb905d255 100644
--- a/pkgs/tools/system/htop/default.nix
+++ b/pkgs/tools/system/htop/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "htop";
- version = "3.0.2";
+ version = "3.0.3";
src = fetchFromGitHub {
owner = "htop-dev";
repo = pname;
rev = version;
- sha256 = "1qmqhbnc5yw4brd24yrp85k09770c1c00nl03mkv5pdz2bvqivk7";
+ sha256 = "0ylig6g2w4r3qfb16cf922iriqyn64frkzpk87vpga16kclvf08y";
};
nativeBuildInputs = [ autoreconfHook ];