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

htop: 3.0.5 -> 3.1.0
This commit is contained in:
Fabian Affolter
2021-09-23 08:03:22 +02:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@ assert systemdSupport -> stdenv.isLinux;
stdenv.mkDerivation rec {
pname = "htop";
version = "3.0.5";
version = "3.1.0";
src = fetchFromGitHub {
owner = "htop-dev";
repo = pname;
rev = version;
sha256 = "sha256-9zecDd3oZ24RyOLnKdJmR29Chx6S24Kvuf/F7RYzl4I=";
sha256 = "sha256-/48Ca7JPzhPS4eYsPbwbSVcx9aS1f0LHcqsbNVWL+9k=";
};
nativeBuildInputs = [ autoreconfHook ];