Merge pull request #106278 from r-ryantm/auto-update/htop

htop: 3.0.2 -> 3.0.3
This commit is contained in:
Ryan Mulligan
2020-12-07 14:33:39 -08:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "htop"; pname = "htop";
version = "3.0.2"; version = "3.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "htop-dev"; owner = "htop-dev";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1qmqhbnc5yw4brd24yrp85k09770c1c00nl03mkv5pdz2bvqivk7"; sha256 = "0ylig6g2w4r3qfb16cf922iriqyn64frkzpk87vpga16kclvf08y";
}; };
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];