htop: 3.0.2 -> 3.0.3

This commit is contained in:
R. RyanTM 2020-12-07 20:04:18 +00:00
parent a817ce3ada
commit 2313a2908e

View file

@ -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 ];