summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2020-12-22 13:01:33 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2020-12-22 13:01:33 +0100
commitb36e05ef2f0c3df97faa647d9be7ff7685fedae9 (patch)
tree716d33e9d49aa29e9776b37d42b76c1cad6e91f3
parentaddcb4a04a43905a3c236b27035e6d5c2f037dec (diff)
htop: 3.0.3 -> 3.0.4
-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 a36cb905d255..bf811942c3e6 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.3";
+ version = "3.0.4";
src = fetchFromGitHub {
owner = "htop-dev";
repo = pname;
rev = version;
- sha256 = "0ylig6g2w4r3qfb16cf922iriqyn64frkzpk87vpga16kclvf08y";
+ sha256 = "1fckfv96vzqjs3lzy0cgwsqv5vh1sxca3fhvgskmnkvr5bq6cia9";
};
nativeBuildInputs = [ autoreconfHook ];