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

htop: 3.0.4 -> 3.0.5
This commit is contained in:
Ryan Mulligan 2021-01-18 18:23:33 -08:00 committed by GitHub
commit 694cadc3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "htop";
version = "3.0.4";
version = "3.0.5";
src = fetchFromGitHub {
owner = "htop-dev";
repo = pname;
rev = version;
sha256 = "1fckfv96vzqjs3lzy0cgwsqv5vh1sxca3fhvgskmnkvr5bq6cia9";
sha256 = "sha256-9zecDd3oZ24RyOLnKdJmR29Chx6S24Kvuf/F7RYzl4I=";
};
nativeBuildInputs = [ autoreconfHook ];