htop: 3.0.3 -> 3.0.4

This commit is contained in:
Fabian Affolter 2020-12-22 13:01:33 +01:00
parent addcb4a04a
commit b36e05ef2f

View file

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